diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-10-08 23:27:23 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-10-08 23:48:40 -0400 |
commit | 030a5a4d6b18e439220da464f7fca93814291cbc (patch) | |
tree | 852162a8f6016e20e49153e5824daa613ca4a3da /jjb/compass4nfv | |
parent | 26db2b8f2eca5c9856e5fabb6c0f0d25a17c3e8f (diff) |
dovetail: add dovetail tool into daily job
JIRA: DOVETAIL-14
Change-Id: Ie9a8f8f34b5e4a89d3013d0fc9100a39267a1aed
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/compass4nfv')
-rw-r--r-- | jjb/compass4nfv/compass-ci-jobs.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jjb/compass4nfv/compass-ci-jobs.yml b/jjb/compass4nfv/compass-ci-jobs.yml index 16c6695c2..3ad26b7ee 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yml +++ b/jjb/compass4nfv/compass-ci-jobs.yml @@ -159,6 +159,19 @@ build-step-failure-threshold: 'never' failure-threshold: 'never' unstable-threshold: 'FAILURE' + #dovetail only master by now, not sync with A/B/C branches + #here the stream means the SUT stream, dovetail stream is defined in its own job + - trigger-builds: + - project: 'dovetail-compass-{pod}-basic-{stream}' + current-parameters: false + predefined-parameters: + DEPLOY_SCENARIO={scenario} + block: true + same-node: true + block-thresholds: + build-step-failure-threshold: 'never' + failure-threshold: 'never' + unstable-threshold: 'FAILURE' - job-template: name: 'compass-deploy-{pod}-daily-{stream}' |