From 8c1e5d21f6633c38fba0e97791b837f4691d952e Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 13 Jun 2018 09:36:11 +0200 Subject: xci: Disable Centos jobs until Intel lab is back Due to Intel lab maintenance, the number of slaves will go down so we need to have fewer jobs running. Centos is known to be problematic upstream and it is better to disable them until the lab is back online to ensure the jobs for other distros are impacted less. Change-Id: Ifd8624e45282d68bd7acdf283ef7a499e81990e9 Signed-off-by: Fatih Degirmenci --- jjb/xci/xci-verify-jobs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/xci/xci-verify-jobs.yaml b/jjb/xci/xci-verify-jobs.yaml index 2230cd56d..baff0c99e 100644 --- a/jjb/xci/xci-verify-jobs.yaml +++ b/jjb/xci/xci-verify-jobs.yaml @@ -20,7 +20,7 @@ unstable: false notbuilt: false - centos: - disabled: false + disabled: true successful: true failed: true unstable: true -- cgit 1.2.3-korg