xci: Fix skip-vote for distro jobs 33/43333/2
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 27 Sep 2017 17:26:40 +0000 (19:26 +0200)
committerFatih Degirmenci <fatih.degirmenci@ericsson.com>
Wed, 27 Sep 2017 18:52:49 +0000 (20:52 +0200)
Change-Id: I6dd25dca121dd6531bc2f0862da65497582bb407
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
jjb/xci/xci-verify-jobs.yml

index b6c08ac..c94ab92 100644 (file)
 # 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
 #--------------------------------
                   - 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: