diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-06-13 09:36:11 +0200 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-06-13 09:36:11 +0200 |
commit | 8c1e5d21f6633c38fba0e97791b837f4691d952e (patch) | |
tree | fc3be65146b93b80aefd18bb3307a79f0914c36e | |
parent | 51a7113c8e7be8b2287641dea7a8a227fc02daa2 (diff) |
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 <fdegir@gmail.com>
-rw-r--r-- | jjb/xci/xci-verify-jobs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |