Nightly runs twice a day instead of once

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-10-02 10:08:08 +02:00
parent 08c762e212
commit e6001daa41

View File

@@ -438,9 +438,9 @@ c['schedulers'].append(ForceScheduler(
label="Do a full clean", default=False)]))
c['schedulers'].append(Nightly(name='nightly',
branch='master',
branch='master',
builderNames=['nightly-build'],
hour=3,
hour=[3, 15]
minute=0))
####### STATUS TARGETS