Merge "Added different usage for packer build with local env file"
[releng/builder.git] / jjb / integration / integration-test-jobs.yaml
index 99156640334159527accd34f3f22de265a97ba54..6cd137a60eb463eb448e2b4b2fe3da0ff9b15066 100644 (file)
             branch: 'master'
             jdk: 'openjdk8'
             jre: 'openjdk8'
-            csit-list: {csit-list-carbon}
+            csit-list: '{csit-list-carbon}'
+            schedule: 'H H * * 0-4'
 
         - boron:
             branch: 'stable/boron'
             jdk: 'openjdk8'
             jre: 'openjdk8'
-            csit-list: {csit-list-boron}
+            csit-list: '{csit-list-boron}'
+            schedule: 'H H * * 0-4'
 
         - beryllium:
             branch: 'stable/beryllium'
             jdk: 'openjdk7'
             jre: 'openjdk7'
-            csit-list: {csit-list-beryllium}
+            csit-list: '{csit-list-beryllium}'
+            schedule: 'H H * * 6'
 
     # tools system image
-    tools_system_image: Ubuntu 14.04 - mininet-ovs-2.5 - 20170117-0004
+    tools_system_image: Ubuntu 14.04 - mininet-ovs-25 - 20170210-0300
 
 # Template: integration-csit-verify-1node-library
 # Goal: Verify changes in csit folder not covered by projects suite verify jobs (e.g. libraries or variables)
     name: 'integration-distribution-test-{stream}'
 
     project-type: freestyle
-    node: centos7-java-builder-2c-8g
+    node: centos7-robot-2c-2g
 
     properties:
         - opendaylight-infra-properties:
             jdkversion: '{jre}'
 
     triggers:
-        - timed: 'H H * * 6'
+        - timed: '{schedule}'
 
     builders:
         - trigger-builds: