Merge "fix conditional step label"
authorJun Li <matthew.lijun@huawei.com>
Sat, 20 May 2017 09:44:03 +0000 (09:44 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Sat, 20 May 2017 09:44:03 +0000 (09:44 +0000)
jjb/compass4nfv/compass-ci-jobs.yml

index 7cd7348..e1e760d 100644 (file)
         - conditional-step:
             condition-kind: regex-match
             regex: os-(nosdn|odl_l2)-(nofeature|bgpvpn)-ha
-            label: ${scenario}
+            label: '{scenario}'
             steps:
                 - trigger-builds:
                     - project: 'dovetail-compass-{pod}-proposed_tests-{stream}'
                       block: true
                       same-node: true
                       block-thresholds:
-                      build-step-failure-threshold: 'never'
-                      failure-threshold: 'never'
-                      unstable-threshold: 'FAILURE'
+                        build-step-failure-threshold: 'never'
+                        failure-threshold: 'never'
+                        unstable-threshold: 'FAILURE'
 
 - job-template:
     name: 'compass-deploy-{pod}-daily-{stream}'