]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
jjb: use randomized time in cron
authorKen Dreyer <kdreyer@redhat.com>
Thu, 30 Jul 2015 02:19:03 +0000 (20:19 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 30 Jul 2015 02:19:03 +0000 (20:19 -0600)
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.

jjb/config/definitions/jjb.yml

index c54031d4181eefaaca18ee37d9b91eea3d89057b..e641838dbe8df94e3df529860c85da8ae48c98cb 100644 (file)
@@ -12,7 +12,7 @@
     retry-count: 3
 
     triggers:
-      - pollscm: "0 */3 * * *"
+      - pollscm: "H */3 * * *"
 
     scm:
       - git: