diff options
author | 2018-02-01 09:23:04 +0100 | |
---|---|---|
committer | 2018-02-01 09:23:04 +0100 | |
commit | 6370c4d71d376ad16a87ac330b90ee1df8cbc8ba (patch) | |
tree | c7507cf40ec15a4e22a453b9688c8d21293063b0 /jjb | |
parent | 855adfd1aaa1dbdd4886b17b86cc39ef36c4c068 (diff) |
xci: Enable voting for CentOS jobs
CentOS is now supported by os-nosdn-nofeature scenario and it is
time to enable voting for it. For scenarios that do not support
CentOS yet, the jobs will skip running real stuff by exit 0 in
order not to fail the patch.
Change-Id: I86c9e1bb4d66ea84ccfc864186a7ca7c696f8663
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index 3c314568f..28bc317bd 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -21,10 +21,10 @@ notbuilt: false - centos: disabled: false - successful: true - failed: true - unstable: true - notbuilt: true + successful: false + failed: false + unstable: false + notbuilt: false - opensuse: disabled: false successful: false |