diff options
author | Linda Wang <wangwulin@huawei.com> | 2018-02-03 01:12:21 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2018-02-03 01:12:21 +0000 |
commit | cf2b909dd188bb3cbe247624be7de3ba40f084a2 (patch) | |
tree | 37f7268dd24c940af0dbd37f9d6e1e2c9f532704 /jjb | |
parent | 606a18946b901e57f5910cbeaf28cb8367414941 (diff) |
Fix functest daily job
Change-Id: Icbdbe5a44660f498503ac84b323fd2a140ec3bbe
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'jjb')
-rwxr-xr-x[-rw-r--r--] | jjb/functest/functest-daily-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest-daily-jobs.yml b/jjb/functest/functest-daily-jobs.yml index 84bdac6db..1cf6892da 100644..100755 --- 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' |