diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2019-06-13 15:08:08 +0200 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2019-07-29 22:45:17 +0000 |
commit | 5dc7661dd3283db19757ba8baebd8e4fde25a16d (patch) | |
tree | 8931d9e8120198d0c6f7ae17687491272d6e636d /jjb/xci | |
parent | 0a2dfdffb822f822e041085a8e32fe4f87d55f87 (diff) |
Configure voting for verify jobs
OSH integration to XCI is ongoing but OpenSUSE jobs vote -1,
slowing down the integration work. Also, bumping OSA and Kubespray
would be easier while we focus on single distro to make jobs green.
Voting will gradually be enabled once the basics working.
Change-Id: Ic34177741efca683b4c0c1c474fc4b9d826712ec
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'jjb/xci')
-rw-r--r-- | jjb/xci/xci-verify-jobs.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/xci/xci-verify-jobs.yaml b/jjb/xci/xci-verify-jobs.yaml index 9edf55597..799ef6e96 100644 --- a/jjb/xci/xci-verify-jobs.yaml +++ b/jjb/xci/xci-verify-jobs.yaml @@ -27,10 +27,10 @@ notbuilt: true - opensuse: disabled: false - successful: false - failed: false - unstable: false - notbuilt: false + successful: true + failed: true + unstable: true + notbuilt: true # ------------------------------- # type # ------------------------------- |