Migrate capwap to global-jjb Maven jobs
[releng/builder.git] / jjb / packaging / ansible.yaml
index f45e1ad9e6361e403dbb52571744f816cdeb86a7..f35433745b02e0899e12731332ec77f0807dfeb1 100644 (file)
@@ -4,9 +4,9 @@
     project-name: ansible
 
     jobs:
-      - '{project-name}-verify-tox-{stream}'
       - '{project-name}-test-rpm-{stream}'
       - '{project-name}-test-deb-{stream}'
+      - gerrit-tox-verify
 
     project: 'integration/packaging/ansible-opendaylight'
 
@@ -44,7 +44,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-ansible-rpm.sh
+      - shell: !include-raw: test-ansible-rpm.sh
 
     triggers:
       - timed: '@daily'
@@ -54,6 +54,9 @@
           branch: '{branch}'
           files: '**'
 
+    publishers:
+      - lf-infra-publish
+
 - job-template:
     name: '{project-name}-test-deb-{stream}'
 
@@ -84,7 +87,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-ansible-deb.sh
+      - shell: !include-raw: test-ansible-deb.sh
 
     triggers:
       - timed: '@daily'
@@ -93,3 +96,6 @@
           project: '{project}'
           branch: '{branch}'
           files: '**'
+
+    publishers:
+      - lf-infra-publish