From: Linda Wang Date: Sat, 3 Feb 2018 01:12:21 +0000 (+0000) Subject: Fix functest daily job X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=cf2b909dd188bb3cbe247624be7de3ba40f084a2 Fix functest daily job Change-Id: Icbdbe5a44660f498503ac84b323fd2a140ec3bbe Signed-off-by: Linda Wang --- diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml old mode 100644 new mode 100755 index 84bdac6db..1cf6892da --- a/jjb/functest/functest-daily-jobs.yml +++ b/jjb/functest/functest-daily-jobs.yml @@ -251,13 +251,13 @@ description: "Built on $NODE_NAME" - conditional-step: condition-kind: regex-match - regex: "os-*" + regex: "os-.*" label: 'DEPLOY_SCENARIO' steps: - 'functest-{testsuite}-builder' - conditional-step: condition-kind: regex-match - regex: "k8-*" + regex: "k8-.*" label: 'DEPLOY_SCENARIO' steps: - 'functest-k8-builder'