Merge "Fix ubuntu image update failures."
[releng/builder.git] / jjb / packaging / ansible.yaml
index f45e1ad9e6361e403dbb52571744f816cdeb86a7..ff961d9a0c6e91555f34884d4548aadabe6123e5 100644 (file)
@@ -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