Merge "Configure voting for verify jobs"
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 31 Jul 2019 15:15:16 +0000 (15:15 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 31 Jul 2019 15:15:16 +0000 (15:15 +0000)
jjb/xci/xci-merge-jobs.yaml

index c468be6..666ca96 100644 (file)
@@ -9,13 +9,13 @@
     stream:
       - master:
           branch: '{stream}'
-          disabled: false
+          disabled: true
     # -------------------------------
     # distros
     # -------------------------------
     distro:
       - ubuntu:
-          disabled: false
+          disabled: true
           kill-phase-on: FAILURE
           abort-all-job: true
       - centos:
@@ -23,7 +23,7 @@
           kill-phase-on: NEVER
           abort-all-job: false
       - opensuse:
-          disabled: false
+          disabled: true
           kill-phase-on: FAILURE
           abort-all-job: true
     # -------------------------------