зеркало из https://github.com/mozilla/pjs.git
bug 383943 - unit test boxes should do repeating builds every so often
This commit is contained in:
Родитель
566b72dd1a
Коммит
180abf6294
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче