Add upgrade tests job
[releng/builder.git] / jjb / packaging / ansible.yaml
index e04867e2fbb52e723201b39590b5998b724d359d..42ad10afa791e38cd535dd8b5ab87d35e1a446f4 100644 (file)
@@ -17,7 +17,7 @@
 - job-template:
     name: '{project-name}-test-rpm-{stream}'
 
-    node: centos7-java-builder-1c-4g
+    node: centos7-builder-2c-2g
 
     project-type: freestyle
 
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: test-ansible-rpm.sh
+      - shell: !include-raw: setup-ansible-rpm.sh
+      - shell: !include-raw: test-ansible-rpm-default-config.sh
+      - shell: !include-raw: test-ansible-rpm-custom-config.sh
+      - shell: !include-raw: test-ansible-rpm-upgrade.sh
 
     triggers:
       - timed: '@daily'
@@ -53,6 +56,8 @@
           project: '{project}'
           branch: '{branch}'
           files: '**'
+          forbidden-files: ''
+
 
     publishers:
       - lf-infra-publish
           build-timeout: '{build-timeout}'
 
     builders:
+      - shell: !include-raw: setup-ansible-deb.sh
       - shell: !include-raw: test-ansible-deb.sh
+      - shell: !include-raw: test-ansible-odl-user.sh
+      - shell: !include-raw: test-odl-logs.sh
 
     triggers:
       - timed: '@daily'
           project: '{project}'
           branch: '{branch}'
           files: '**'
+          forbidden-files: ''
 
     publishers:
       - lf-infra-publish