From: Ken Dreyer Date: Thu, 30 Jul 2015 02:19:03 +0000 (-0600) Subject: jjb: use randomized time in cron X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=36273ed578f08c5231571e198e230ad233978c48;p=ceph-build.git jjb: use randomized time in cron It doesn't matter whether we run at the top of the hour, or at any time close to there. Use the recommended "H" setting. --- diff --git a/jjb/config/definitions/jjb.yml b/jjb/config/definitions/jjb.yml index c54031d41..e641838db 100644 --- a/jjb/config/definitions/jjb.yml +++ b/jjb/config/definitions/jjb.yml @@ -12,7 +12,7 @@ retry-count: 3 triggers: - - pollscm: "0 */3 * * *" + - pollscm: "H */3 * * *" scm: - git: