dovetail: Change CI jobs to run test suite "proposed_tests" instead of "debug" 09/33509/1
authorMatthewLi <matthew.lijun@huawei.com>
Wed, 19 Apr 2017 06:17:32 +0000 (02:17 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Wed, 19 Apr 2017 06:17:32 +0000 (02:17 -0400)
JIRA: DOVETAIL-397

now, team decide to use proposed_tests suite instead of debug

Change-Id: Iff8ec0b32a24e51bc2d2536605c9867b94f8921c
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/apex/apex.yml
jjb/armband/armband-ci-jobs.yml
jjb/compass4nfv/compass-ci-jobs.yml
jjb/compass4nfv/compass-dovetail-jobs.yml
jjb/dovetail/dovetail-ci-jobs.yml
jjb/dovetail/dovetail-weekly-jobs.yml
jjb/joid/joid-daily-jobs.yml

index 37bbbb6..3241af8 100644 (file)
         # 4.not used for release criteria or compliance,
         #   only to debug the dovetail tool bugs with apex
         #- trigger-builds:
-        #    - project: 'dovetail-apex-{slave}-debug-{stream}'
+        #    - project: 'dovetail-apex-{slave}-proposed_tests-{stream}'
         #      current-parameters: false
         #      predefined-parameters:
         #        DEPLOY_SCENARIO=os-nosdn-nofeature-ha
index 38a729d..583741b 100644 (file)
         # 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}'
+            - project: 'dovetail-{installer}-{pod}-proposed_tests-{stream}'
               current-parameters: false
               predefined-parameters:
                 DEPLOY_SCENARIO={scenario}
index 237f894..61845ac 100644 (file)
         #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}-debug-{stream}'
+            - project: 'dovetail-compass-{pod}-proposed_tests-{stream}'
               current-parameters: false
               predefined-parameters:
                 DEPLOY_SCENARIO={scenario}
index 30c80e6..c321655 100644 (file)
@@ -98,7 +98,7 @@
                 failure-threshold: 'never'
                 unstable-threshold: 'FAILURE'
         - trigger-builds:
-            - project: 'dovetail-compass-{pod}-debug-weekly-{stream}'
+            - project: 'dovetail-compass-{pod}-proposed_tests-weekly-{stream}'
               current-parameters: false
               predefined-parameters:
                 DEPLOY_SCENARIO={scenario}
index 8690480..2361714 100644 (file)
     testsuite:
         - 'debug'
         - 'compliance_set'
+        - 'proposed_tests'
 
     jobs:
         - 'dovetail-{SUT}-{pod}-{testsuite}-{stream}'
index 915feb5..700657d 100644 (file)
@@ -46,6 +46,7 @@
     testsuite:
         - 'debug'
         - 'compliance_set'
+        - 'proposed_tests'
 
     loop:
         - 'weekly':
index 7dc7189..13ea9b3 100644 (file)
         # 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}'
+        #    - project: 'dovetail-joid-{pod}-proposed_tests-{stream}'
         #      current-parameters: false
         #      predefined-parameters:
         #        DEPLOY_SCENARIO={scenario}