fix conditional step label 75/35075/3
authorMatthewLi <matthew.lijun@huawei.com>
Sat, 20 May 2017 01:02:49 +0000 (21:02 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Sat, 20 May 2017 01:55:23 +0000 (21:55 -0400)
see error log

https://build.opnfv.org/ci/view/compass4nfv/job/compass-os-nosdn-nofeature-ha-baremetal-daily-danube/57/console

Change-Id: I925658a3f2c20e51153b4c6298e271e50a5673b5
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
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}'