From 22f668bf8683f3dfe60f6e705e8c0498f36e0a25 Mon Sep 17 00:00:00 2001
From: MatthewLi <matthew.lijun@huawei.com>
Date: Wed, 19 Apr 2017 02:17:32 -0400
Subject: dovetail: Change CI jobs to run test suite "proposed_tests" instead
 of "debug"

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                         | 2 +-
 jjb/armband/armband-ci-jobs.yml           | 2 +-
 jjb/compass4nfv/compass-ci-jobs.yml       | 2 +-
 jjb/compass4nfv/compass-dovetail-jobs.yml | 2 +-
 jjb/dovetail/dovetail-ci-jobs.yml         | 1 +
 jjb/dovetail/dovetail-weekly-jobs.yml     | 1 +
 jjb/joid/joid-daily-jobs.yml              | 2 +-
 7 files changed, 7 insertions(+), 5 deletions(-)

(limited to 'jjb')

diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml
index 37bbbb6f1..3241af826 100644
--- a/jjb/apex/apex.yml
+++ b/jjb/apex/apex.yml
@@ -625,7 +625,7 @@
         # 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
diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml
index 38a729de6..583741bc3 100644
--- a/jjb/armband/armband-ci-jobs.yml
+++ b/jjb/armband/armband-ci-jobs.yml
@@ -181,7 +181,7 @@
         # 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}
diff --git a/jjb/compass4nfv/compass-ci-jobs.yml b/jjb/compass4nfv/compass-ci-jobs.yml
index 237f8944d..61845acdf 100644
--- a/jjb/compass4nfv/compass-ci-jobs.yml
+++ b/jjb/compass4nfv/compass-ci-jobs.yml
@@ -160,7 +160,7 @@
         #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}
diff --git a/jjb/compass4nfv/compass-dovetail-jobs.yml b/jjb/compass4nfv/compass-dovetail-jobs.yml
index 30c80e648..c321655d7 100644
--- a/jjb/compass4nfv/compass-dovetail-jobs.yml
+++ b/jjb/compass4nfv/compass-dovetail-jobs.yml
@@ -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}
diff --git a/jjb/dovetail/dovetail-ci-jobs.yml b/jjb/dovetail/dovetail-ci-jobs.yml
index 869048088..236171474 100644
--- a/jjb/dovetail/dovetail-ci-jobs.yml
+++ b/jjb/dovetail/dovetail-ci-jobs.yml
@@ -141,6 +141,7 @@
     testsuite:
         - 'debug'
         - 'compliance_set'
+        - 'proposed_tests'
 
     jobs:
         - 'dovetail-{SUT}-{pod}-{testsuite}-{stream}'
diff --git a/jjb/dovetail/dovetail-weekly-jobs.yml b/jjb/dovetail/dovetail-weekly-jobs.yml
index 915feb5e8..700657d68 100644
--- a/jjb/dovetail/dovetail-weekly-jobs.yml
+++ b/jjb/dovetail/dovetail-weekly-jobs.yml
@@ -46,6 +46,7 @@
     testsuite:
         - 'debug'
         - 'compliance_set'
+        - 'proposed_tests'
 
     loop:
         - 'weekly':
diff --git a/jjb/joid/joid-daily-jobs.yml b/jjb/joid/joid-daily-jobs.yml
index 7dc718950..13ea9b308 100644
--- a/jjb/joid/joid-daily-jobs.yml
+++ b/jjb/joid/joid-daily-jobs.yml
@@ -164,7 +164,7 @@
         # 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}
-- 
cgit