summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-12-01 13:04:12 -0800
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-12-01 13:04:12 -0800
commit5a5bbcc60206f4e9399f7cb98eb6fdb5854ad4ec (patch)
treed83a50986f066ee5f76fe22caa12863ff38659bd
parent70e485e95938adf04adeb9338fa2ea46fb167781 (diff)
Fix Cron timing for JOID OpenBaton Jobs
There is no '25' hour in the day, so scheduling these for '23' should ensure they're triggered after all the other jobs, and keep Jenkins from complaining about the syntax. Change-Id: I6c51b15fec09679a7504c060cdbca9d6f9f0ca92 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
-rw-r--r--jjb/joid/joid-daily-jobs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/joid/joid-daily-jobs.yml b/jjb/joid/joid-daily-jobs.yml
index 92f7a3414..947b2f1ab 100644
--- a/jjb/joid/joid-daily-jobs.yml
+++ b/jjb/joid/joid-daily-jobs.yml
@@ -316,12 +316,12 @@
- trigger:
name: 'joid-os-nosdn-openbaton-ha-baremetal-euphrates-trigger'
triggers:
- - timed: '5 25 * * *'
+ - timed: '5 23 * * *'
# os-nosdn-openbaton-ha trigger - branch: master
- trigger:
name: 'joid-os-nosdn-openbaton-ha-baremetal-master-trigger'
triggers:
- - timed: '5 25 * * *'
+ - timed: '5 23 * * *'
# os-ocl-nofeature-ha trigger - branch: euphrates
- trigger:
name: 'joid-os-ocl-nofeature-ha-baremetal-euphrates-trigger'