From 030a5a4d6b18e439220da464f7fca93814291cbc Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Sat, 8 Oct 2016 23:27:23 -0400 Subject: [PATCH] dovetail: add dovetail tool into daily job JIRA: DOVETAIL-14 Change-Id: Ie9a8f8f34b5e4a89d3013d0fc9100a39267a1aed Signed-off-by: MatthewLi --- jjb/compass4nfv/compass-ci-jobs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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}' -- 2.16.6