From e05dc80cd5f09aac31492740d1a9d4331051004a Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Fri, 19 May 2017 21:02:49 -0400 Subject: fix conditional step label 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 --- jjb/compass4nfv/compass-ci-jobs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb/compass4nfv/compass-ci-jobs.yml') 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}' -- cgit 1.2.3-korg