summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-verify-jobs.yml
diff options
context:
space:
mode:
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-09-27 19:26:40 +0200
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>2017-09-27 20:52:49 +0200
commit7b9fb36265b1db631cfcfd3cd6664586707419b2 (patch)
tree17cfda4dd78369a30ba62e1c3fb034fe06ec5cc7 /jjb/xci/xci-verify-jobs.yml
parent4edf1fb6f28aaa38e66854288f6dbd371a29db94 (diff)
xci: Fix skip-vote for distro jobs
Change-Id: I6dd25dca121dd6531bc2f0862da65497582bb407 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
Diffstat (limited to 'jjb/xci/xci-verify-jobs.yml')
-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: