bug 383943 - unit test boxes should do repeating builds every so often
git-svn-id: svn://10.0.0.236/trunk@238080 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
43a611e3d3
commit
f8f31b4f46
@ -84,9 +84,16 @@ c['schedulers'].append(Scheduler(name="bonsai build scheduler",
|
||||
"WINNT 5.2 qm-win2k3-01 dep unit test",
|
||||
"Linux qm-rhel02 dep unit test",
|
||||
"Linux qm-centos5-01 dep unit test",
|
||||
"MacOSX Darwin 8.8.4 bm-xserve07 dep unit test",
|
||||
"MacOSX Darwin 8.8.4 qm-xserve01 dep unit test"]))
|
||||
|
||||
c['schedulers'].append(Periodic(name="9 hour build scheduler",
|
||||
builderNames=["WINNT 5.1 qm-winxp01 dep unit test",
|
||||
"WINNT 5.2 qm-win2k3-01 dep unit test",
|
||||
"Linux qm-rhel02 dep unit test",
|
||||
"Linux qm-centos5-01 dep unit test",
|
||||
"MacOSX Darwin 8.8.4 qm-xserve01 dep unit test"],
|
||||
periodicBuildTimer=9*60*60))
|
||||
|
||||
# c['schedulers'].append(Periodic("6 hour win build", ["winxp test"], 6*60*60))
|
||||
# c['schedulers'].append(Periodic("6 hour linux build", ["linref test"], 6*60*60))
|
||||
# c['schedulers'].append(Periodic("30 minute build cycler",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user