Adjusted the bloat build's start time.
BUG= TEST= Review URL: https://webrtc-codereview.appspot.com/566015 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2267 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7597a85bc4
commit
bd48e71058
@ -72,12 +72,12 @@ def ConfigureChromeWebRTCBuilders(c):
|
|||||||
|
|
||||||
|
|
||||||
def ConfigureNightlyChromeWebRTCBloatBuilder(c):
|
def ConfigureNightlyChromeWebRTCBloatBuilder(c):
|
||||||
# Nightly Scheduler at 2 AM CST/CDT. This will mean roughly 9 AM in the CET
|
# Nightly Scheduler at 22 PM CST/CDT. This will mean 5 AM in the CET
|
||||||
# time zone, which should avoid everyone's working hours.
|
# time zone, which should avoid everyone's working hours.
|
||||||
nightly_scheduler = timed.Nightly(name='webrtc_nightly',
|
nightly_scheduler = timed.Nightly(name='webrtc_nightly',
|
||||||
branch='trunk',
|
branch='trunk',
|
||||||
builderNames=['LinuxChromeBloat'],
|
builderNames=['LinuxChromeBloat'],
|
||||||
hour=2)
|
hour=22)
|
||||||
c['schedulers'].append(nightly_scheduler)
|
c['schedulers'].append(nightly_scheduler)
|
||||||
|
|
||||||
# The Bloat calculator bot is setup without the helper classes since they
|
# The Bloat calculator bot is setup without the helper classes since they
|
||||||
|
Loading…
x
Reference in New Issue
Block a user