From cf2b909dd188bb3cbe247624be7de3ba40f084a2 Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Sat, 3 Feb 2018 01:12:21 +0000 Subject: [PATCH] Fix functest daily job Change-Id: Icbdbe5a44660f498503ac84b323fd2a140ec3bbe Signed-off-by: Linda Wang --- jjb/functest/functest-daily-jobs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 jjb/functest/functest-daily-jobs.yml 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' -- 2.16.6