dovetail: add dovetail debug testsuite into joid daily loop 45/29545/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 1 Mar 2017 08:11:41 +0000 (03:11 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 1 Mar 2017 08:12:56 +0000 (03:12 -0500)
JIRA: DOVETAIL-360

similiar patches see
https://gerrit.opnfv.org/gerrit/#/c/25697/

Change-Id: I52025a0b7879d76821af639ed367d6fa4e917180
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/joid/joid-daily-jobs.yml

index e615244..93cad0f 100644 (file)
                 build-step-failure-threshold: 'never'
                 failure-threshold: 'never'
                 unstable-threshold: 'FAILURE'
+        # 1.dovetail only master by now, not sync with A/B/C branches
+        # 2.here the stream means the SUT stream, dovetail stream is defined in its own job
+        # 3.only debug testsuite here(includes basic testcase,
+        #   i.e. one tempest smoke ipv6, two vping from functest)
+        # 4.not used for release criteria or compliance,
+        #   only to debug the dovetail tool bugs with joid
+        - trigger-builds:
+            - project: 'dovetail-joid-{pod}-debug-{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: 'joid-deploy-{pod}-daily-{stream}'