diff options
author | xudan <xudan16@huawei.com> | 2019-03-18 03:08:18 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2019-03-26 02:14:49 -0400 |
commit | f3a032dfa0afd597da955abcf04c79b0643aa653 (patch) | |
tree | 6596628350e6936a7fd3c9f941d3fe8306757b37 | |
parent | fec1da85bea695e5e23464841762cd1a78c8718e (diff) |
Add a job to run new proposed_tests on Compass
Change-Id: Ib086c7e844fbfa39865418745a6279e62a2334e1
Signed-off-by: xudan <xudan16@huawei.com>
-rw-r--r-- | jjb/compass4nfv/compass-ci-jobs.yaml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/jjb/compass4nfv/compass-ci-jobs.yaml b/jjb/compass4nfv/compass-ci-jobs.yaml index 9dc80748d..467210201 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yaml +++ b/jjb/compass4nfv/compass-ci-jobs.yaml @@ -219,6 +219,7 @@ # only run on os-(nosdn|odl_l3)-nofeature-ha scenario # run with testsuite default, testarea mandatory, dovetail docker image with latest tag # run with testsuite default, testarea optional, dovetail docker image with latest tag + # run with testsuite proposed_tests, testarea optional, dovetail docker image with latest tag - conditional-step: condition-kind: and condition-operands: @@ -238,14 +239,6 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' - - conditional-step: - condition-kind: and - condition-operands: - - condition-kind: regex-match - regex: os-(nosdn|odl_l3)-nofeature-ha - label: '{scenario}' - steps: - - trigger-builds: - project: 'dovetail-compass-{pod}-default-optional-{stream}' current-parameters: false predefined-parameters: | @@ -257,6 +250,17 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + - project: 'dovetail-compass-{pod}-proposed_tests-optional-{stream}' + current-parameters: false + predefined-parameters: | + DOCKER_TAG=latest + DEPLOY_SCENARIO={scenario} + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' - conditional-step: condition-kind: and condition-operands: |