summaryrefslogtreecommitdiffstats
path: root/jjb/xci
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-09-27 19:16:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-27 19:16:47 +0000
commit662b0b1127def80893933b3c941490a121f756a6 (patch)
treeafc9ad57fbc989218232cefb6716caade00f0c75 /jjb/xci
parentcc6ebc086d10e708b2f33769b7e23ef6473e0542 (diff)
parent7b9fb36265b1db631cfcfd3cd6664586707419b2 (diff)
Merge "xci: Fix skip-vote for distro jobs"
Diffstat (limited to 'jjb/xci')
-rw-r--r--jjb/xci/xci-verify-jobs.yml31
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: