Fix Cron timing for JOID OpenBaton Jobs 77/48277/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 1 Dec 2017 21:04:12 +0000 (13:04 -0800)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 1 Dec 2017 21:04:12 +0000 (13:04 -0800)
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>
jjb/joid/joid-daily-jobs.yml

index 92f7a34..947b2f1 100644 (file)
 - 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'