diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-15 15:42:45 +0100 |
---|---|---|
committer | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-02-15 18:06:56 +0000 |
commit | ec2ecc6e5515b4f32578318ec1cc24bb02c7398c (patch) | |
tree | 8b1769b7fb13518c5b5409a10832de4694ffa3df | |
parent | bcd9ceb95ae851218ea938f5138098a855615046 (diff) |
fuel: Run os-onos-nofeature-ha scenario every 4th day
os-onos-nofeature-ha scenario has passed the release criteria
and the frequency of it is reduced in order to free up resources
for the scenarios needing release verification.
Change-Id: Iec8a337391c1d2f76f4908176c23ff7481ba4154
Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
-rw-r--r-- | jjb/fuel/fuel-ci-jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/fuel/fuel-ci-jobs.yml b/jjb/fuel/fuel-ci-jobs.yml index ef5bd41b8..1080cd278 100644 --- a/jjb/fuel/fuel-ci-jobs.yml +++ b/jjb/fuel/fuel-ci-jobs.yml @@ -367,7 +367,7 @@ - trigger: name: 'fuel-os-onos-nofeature-ha-opnfv-jump-2-master-trigger' triggers: - - timed: '0 10 * * *' + - timed: '0 10 * * */4' - trigger: name: 'fuel-os-onos-nofeature-ha-ericsson-pod1-master-trigger' triggers: @@ -391,7 +391,7 @@ - trigger: name: 'fuel-os-onos-nofeature-ha-ericsson-pod2-brahmaputra-trigger' triggers: - - timed: '0 10 * * *' + - timed: '0 10 * * */4' - trigger: name: 'fuel-os-onos-nofeature-ha-virtual-brahmaputra-trigger' triggers: |