diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-09-27 18:03:25 +0200 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-09-27 18:08:49 +0200 |
commit | 4edf1fb6f28aaa38e66854288f6dbd371a29db94 (patch) | |
tree | 1e878421818ad74720ee27f56d8ed3e7f54bbda8 | |
parent | a00b9febd03a44a96d9096240c709444611c026f (diff) |
xci: Skip voting from Centos and OpenSUSE jobs
Change-Id: I263417a7c2ae7a185a75a53e0352112ae5900afe
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index b3e81e128..b6c08acb1 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -14,13 +14,13 @@ distro: - 'ubuntu': disabled: false - skip-vote: false + voting: true - 'centos': disabled: false - skip-vote: true + voting: false - 'opensuse': disabled: false - skip-vote: true + voting: false #-------------------------------- # type #-------------------------------- @@ -113,10 +113,10 @@ pattern: 'docs/**' readable-message: true skip-vote: - successful: {skip-vote} - failed: {skip-vote} - unstable: {skip-vote} - notbuilt: {skip-vote} + successful: '{obj:voting}' + failed: '{obj:voting}' + unstable: '{obj:voting}' + notbuilt: '{obj:voting}' parameters: - project-parameter: |