Disable verify-centos and periodic jobs 66/1466/2
authorFatih Degirmenci <fdegir@gmail.com>
Tue, 25 Jun 2019 09:14:22 +0000 (11:14 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Tue, 25 Jun 2019 09:16:22 +0000 (11:16 +0200)
The jobs are disabled in order to reduce the queue while
verifying changes. Centos will be looked into once things
stabilize on ubuntu.

Change-Id: If4f2209d9da5523dca12ff013cfc8c71353618a6

jjb/cloud-infra/cloud-infra-periodic-engine.yaml
jjb/cloud-infra/cloud-infra-verify-engine.yaml
jjb/cloud-infra/cloud-infra-verify-scenario.yaml

index c912c05d332b66bf38a0f7ec5812d44f3e17d23c..a5d3d1ad5c132cd8de11a031f5bea8c75e670c84 100644 (file)
     stream:
       - 'master':
           branch: '{stream}'
-          disabled: 'false'
 
     distro:
-      - ubuntu1804:
-          disabled: 'false'
-      - centos7:
-          disabled: 'true'
+      - ubuntu1804
+      - centos7
 
     type:
       - virtual:
           slave-label: 'vpod-deploy-city'
           yardstick-dispatcher: 'file'
           build-trigger: 'H H/3 * * *'
+          disabled: true
       - baremetal:
           slave-label: 'baremetal-deploy'
           yardstick-dispatcher: 'influxdb'
           build-trigger: '@daily'
+          disabled: true
 
     phase:
       - deploy:
index 18f106bb84f59218edc92e4e23e2123bac6ee8b8..e9a1aa417bc84394647bf57f76bfb40d61d48931 100644 (file)
@@ -50,7 +50,6 @@
     stream:
       - 'master':
           branch: '{stream}'
-          disabled: 'false'
 
     distro:
       - ubuntu1804:
@@ -60,7 +59,7 @@
           unstable: false
           notbuilt: false
       - centos7:
-          disabled: false
+          disabled: true
           successful: true
           failed: true
           unstable: true
index 502d40c0652ddfcd81daec0f75273fb7ad0b04b4..fae205870814ce7496467dcd9f75446dbfbcaf40 100644 (file)
@@ -47,7 +47,6 @@
     stream:
       - 'master':
           branch: '{stream}'
-          disabled: 'false'
 
     distro:
       - ubuntu1804:
@@ -57,7 +56,7 @@
           unstable: false
           notbuilt: false
       - centos7:
-          disabled: false
+          disabled: true
           successful: true
           failed: true
           unstable: true