diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-09-27 19:16:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-27 19:16:47 +0000 |
commit | 662b0b1127def80893933b3c941490a121f756a6 (patch) | |
tree | afc9ad57fbc989218232cefb6716caade00f0c75 | |
parent | cc6ebc086d10e708b2f33769b7e23ef6473e0542 (diff) | |
parent | 7b9fb36265b1db631cfcfd3cd6664586707419b2 (diff) |
Merge "xci: Fix skip-vote for distro jobs"
-rw-r--r-- | jjb/xci/xci-verify-jobs.yml | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/jjb/xci/xci-verify-jobs.yml b/jjb/xci/xci-verify-jobs.yml index b6c08acb1..c94ab9204 100644 --- a/jjb/xci/xci-verify-jobs.yml +++ b/jjb/xci/xci-verify-jobs.yml @@ -12,15 +12,24 @@ # distros #-------------------------------- distro: - - 'ubuntu': + - ubuntu: disabled: false - voting: true - - 'centos': + successful: false + failed: false + unstable: false + notbuilt: false + - centos: disabled: false - voting: false - - 'opensuse': + successful: true + failed: true + unstable: true + notbuilt: true + - opensuse: disabled: false - voting: false + successful: true + failed: true + unstable: true + notbuilt: true #-------------------------------- # type #-------------------------------- @@ -112,11 +121,11 @@ - compare-type: ANT pattern: 'docs/**' readable-message: true - skip-vote: - successful: '{obj:voting}' - failed: '{obj:voting}' - unstable: '{obj:voting}' - notbuilt: '{obj:voting}' + skip-vote: + successful: '{obj:successful}' + failed: '{obj:failed}' + unstable: '{obj:unstable}' + notbuilt: '{obj:notbuilt}' parameters: - project-parameter: |