[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r310: Set waiting period for builds to 1 minute.

Jeff Licquia licquia at linuxfoundation.org
Wed Feb 6 03:36:59 UTC 2013


------------------------------------------------------------
revno: 310
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Tue 2013-02-05 22:36:59 -0500
message:
  Set waiting period for builds to 1 minute.
  
  This effectively makes builds immediate; they should start 1 minute
  after the commit notification is seen by buildbot.  Builds of appbat
  still wait 6 hours while we see how well this works.
modified:
  lsb_master.cfg
-------------- next part --------------
=== modified file 'lsb_master.cfg'
--- a/lsb_master.cfg	2013-02-06 03:35:11 +0000
+++ b/lsb_master.cfg	2013-02-06 03:36:59 +0000
@@ -42,8 +42,8 @@
 
 # Timers and timeouts for builds.  We define them as hours and minutes
 # here, and translate them into seconds below for buildbot's benefit.
-stable_timer_hours = 1
-stable_timer_minutes = 0
+stable_timer_hours = 0
+stable_timer_minutes = 1
 
 slow_stable_timer_hours = 6
 slow_stable_timer_minutes = 0



More information about the lsb-messages mailing list