dovetail/arm: ci loop job added to debug code bugs 97/25697/4
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 9 Dec 2016 01:33:01 +0000 (20:33 -0500)
committerMatthewLi <matthew.lijun@huawei.com>
Fri, 9 Dec 2016 01:44:09 +0000 (20:44 -0500)
JIRA: DOVETAIL-153

1.based on https://gerrit.opnfv.org/gerrit/#/c/25681/, however, this has to be
  triggered manually, not convinient for debugging, and may affect daily ci loops
2.not used for release criteria or compliance,
  only to debug the dovetail tool bugs with arm pods

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

index b1cd9bf..77718e1 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 3 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 arm pods
+        - trigger-builds:
+            - project: 'dovetail-{installer}-{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: '{installer}-deploy-{pod}-daily-{stream}'