summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Li <matthew.lijun@huawei.com>2017-05-20 09:44:03 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-05-20 09:44:03 +0000
commit9917b3562150a25a8fa307d634d4c721bd4d3f1e (patch)
tree0f8cbe01295bee6790b9fe03c7c79cbc1d69a7f7
parent2429648fb065bf9b27f7cb2555232a14db74eb29 (diff)
parente05dc80cd5f09aac31492740d1a9d4331051004a (diff)
Merge "fix conditional step label"
-rw-r--r--jjb/compass4nfv/compass-ci-jobs.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/compass4nfv/compass-ci-jobs.yml b/jjb/compass4nfv/compass-ci-jobs.yml
index 7cd73484c..e1e760dab 100644
--- a/jjb/compass4nfv/compass-ci-jobs.yml
+++ b/jjb/compass4nfv/compass-ci-jobs.yml
@@ -163,7 +163,7 @@
- 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}'
@@ -173,9 +173,9 @@
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}'