summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-verify-jobs.yml
diff options
context:
space:
mode:
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: