diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2018-11-08 19:29:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-08 19:29:55 +0000 |
commit | aef935b21dbe400ba9fc814f9aded18155a216f0 (patch) | |
tree | 9577b019ab81078109381a794cb65e3b6c81035b | |
parent | 3c65a0208227a27c8b71527a6e4dc5bf236d11ac (diff) | |
parent | a1df36b25e09807d3249c951703a391ee0e1cc51 (diff) |
Merge "[dovetail] remove the stream check for fuel"
-rw-r--r-- | jjb/fuel/fuel-daily-jobs.yaml | 14 |
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}' |