diff options
author | xudan <xudan16@huawei.com> | 2018-06-13 22:23:04 -0400 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2018-06-13 22:23:04 -0400 |
commit | 285ec6750bf88cc9a0f72d9eec91ff156f0ef02f (patch) | |
tree | c84eaeca31795c44a0f5129e0a7f069e541bf877 | |
parent | a525952002800dfa4093f9c5d2e2ef178f91ae03 (diff) |
[Dovetail] Increase frequency of Dovetail runs on Compass
Run Dovetail tests on every deployment of os-nosdn-nofeature and
os-odl_l3-nofeature-ha to improve testing turn-around time as we are
approaching the next release of Dovetail.
Change-Id: Idb5580871c47651eb1c01e917d9d93be73b9cd17
Signed-off-by: xudan <xudan16@huawei.com>
-rw-r--r-- | jjb/compass4nfv/compass-ci-jobs.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/jjb/compass4nfv/compass-ci-jobs.yaml b/jjb/compass4nfv/compass-ci-jobs.yaml index 8eeaabfaa..298173e85 100644 --- a/jjb/compass4nfv/compass-ci-jobs.yaml +++ b/jjb/compass4nfv/compass-ci-jobs.yaml @@ -222,12 +222,6 @@ - condition-kind: regex-match regex: os-(nosdn|odl_l3)-nofeature-ha label: '{scenario}' - - condition-kind: day-of-week - day-selector: select-days - days: - MON: true - TUES: true - use-build-time: true steps: - trigger-builds: - project: 'dovetail-compass-{pod}-default-{stream}' @@ -247,12 +241,6 @@ - condition-kind: regex-match regex: os-(nosdn|odl_l3)-nofeature-ha label: '{scenario}' - - condition-kind: day-of-week - day-selector: select-days - days: - THURS: true - FRI: true - use-build-time: true steps: - trigger-builds: - project: 'dovetail-compass-{pod}-proposed_tests-{stream}' |