infra: Create 3rd party CI job to verify bifrost patches in OPNFV
[releng.git] / jjb / infra / infra-daily-jobs.yml
index 64c2fc0..df90c6d 100644 (file)
@@ -16,7 +16,7 @@
 #--------------------------------
     pod:
         - virtual:
-            slave-label: infra-virtual
+            slave-label: infra-virtual-trusty
             <<: *master
 #--------------------------------
 #       phases
                 failure-threshold: 'never'
                 unstable-threshold: 'FAILURE'
 
+    publishers:
+        - email:
+            recipients: fatih.degirmenci@ericsson.com yroblamo@redhat.com mchandras@suse.de jack.morgan@intel.com zhang.jun3g@zte.com.cn
+
 - job-template:
     name: 'infra-{phase}-{pod}-daily-{stream}'
 
         - string:
             name: DEPLOY_SCENARIO
             default: 'os-nosdn-nofeature-noha'
+        - string:
+            name: CLEAN_DIB_IMAGES
+            default: 'false'
 
     scm:
         - git-scm:
         - shell: |
             #!/bin/bash
 
-            sudo $WORKSPACE/jjb/infra/infra-provision.sh
+            echo "Not activated!"
 - builder:
     name: 'infra-smoketest-daily-builder'
     builders:
         - shell: |
             #!/bin/bash
 
-            sudo $WORKSPACE/jjb/infra/infra-provision.sh
+            echo "Not activated!"