summaryrefslogtreecommitdiffstats
path: root/jjb/fuel/fuel-daily-jobs.yaml
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2018-11-07 21:45:28 -0500
committerxudan <xudan16@huawei.com>2018-11-07 21:45:28 -0500
commita1df36b25e09807d3249c951703a391ee0e1cc51 (patch)
tree0524ada98a56531506aa00c2df28e58e44ff7a3e /jjb/fuel/fuel-daily-jobs.yaml
parenta58549bb7a9f35929e99a3a3f60c09756b99b45e (diff)
[dovetail] remove the stream check for fuel
Now it set that only running Dovetail jobs on Fuel fraser. Remove the check item. The mandatory test cases will run on all ha scenarios. The optional test cases only need to run twice a week on ha scenarios to save the time. Change-Id: I7f7dd93440bb40e7bc9964fd744bb002ef88f77b Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'jjb/fuel/fuel-daily-jobs.yaml')
-rw-r--r--jjb/fuel/fuel-daily-jobs.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/jjb/fuel/fuel-daily-jobs.yaml b/jjb/fuel/fuel-daily-jobs.yaml
index 7d90b0673..fb619c3f5 100644
--- a/jjb/fuel/fuel-daily-jobs.yaml
+++ b/jjb/fuel/fuel-daily-jobs.yaml
@@ -206,7 +206,7 @@
# 1.here the stream means the SUT stream, dovetail stream is defined in its own job
# 2.testsuite default here is for the test cases already added into OVP
# 3.run default testsuite mandatory test cases against ha scenario
- # 4.run default testsuite optional test cases against ha scenario
+ # 4.run default testsuite optional test cases against ha scenario twice one week
# 5.not used for release criteria or compliance, only to debug the dovetail tool bugs
- conditional-step:
condition-kind: and
@@ -214,9 +214,6 @@
- condition-kind: regex-match
regex: '.*-ha'
label: '{scenario}'
- - condition-kind: regex-match
- regex: 'fraser'
- label: '{stream}'
steps:
- trigger-builds:
- project: 'dovetail-fuel-{pod}-default-mandatory-{stream}'
@@ -235,9 +232,12 @@
- condition-kind: regex-match
regex: '.*-ha'
label: '{scenario}'
- - condition-kind: regex-match
- regex: 'fraser'
- label: '{stream}'
+ - condition-kind: day-of-week
+ day-selector: select-days
+ days:
+ MON: true
+ WED: true
+ use-build-time: true
steps:
- trigger-builds:
- project: 'dovetail-fuel-{pod}-default-optional-{stream}'