dovetail: add dovetail tool into daily job 61/22861/2
authorMatthewLi <matthew.lijun@huawei.com>
Sun, 9 Oct 2016 03:27:23 +0000 (23:27 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Sun, 9 Oct 2016 03:48:40 +0000 (23:48 -0400)
JIRA: DOVETAIL-14

Change-Id: Ie9a8f8f34b5e4a89d3013d0fc9100a39267a1aed
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/compass4nfv/compass-ci-jobs.yml

index 16c6695..3ad26b7 100644 (file)
                 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}'