Disable post-merge jobs 42/68042/2
authorFatih Degirmenci <fdegir@gmail.com>
Thu, 13 Jun 2019 13:26:17 +0000 (15:26 +0200)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 29 Jul 2019 22:45:41 +0000 (22:45 +0000)
Jobs will be kept disabled until we bump OSA and Kubesoray
versions and stabilize the deployment and testing.

Change-Id: Iad208bec23a311787acf97efd560f285ecf1ea1f
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
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
     # -------------------------------