diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2017-04-19 02:17:32 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2017-04-19 02:17:32 -0400 |
commit | 22f668bf8683f3dfe60f6e705e8c0498f36e0a25 (patch) | |
tree | 7c5b9a9f8ed53417601fb70e8aa26795894e6eff /jjb/joid | |
parent | 01b0d7cfb0cef5a399446221e9bff5ccfdabe6f3 (diff) |
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>
Diffstat (limited to 'jjb/joid')
-rw-r--r-- | jjb/joid/joid-daily-jobs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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} |