Merge "dovetail: add dovetail tool into daily job"
authorJun Li <matthew.lijun@huawei.com>
Tue, 11 Oct 2016 00:55:46 +0000 (00:55 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 11 Oct 2016 00:55:46 +0000 (00:55 +0000)
jjb/compass4nfv/compass-ci-jobs.yml

index ce500ef..da882cd 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}'