зеркало из https://github.com/mozilla/pjs.git
Bug 425533 - have the talos staging buildbot use non-checked in talos code
Bustage fix for patch#2 (mostly typos) p/r=anodelman
This commit is contained in:
Родитель
c97542be09
Коммит
e4ce545991
|
@ -123,9 +123,9 @@ c['status'].append(tinderbox.TinderboxMailNotifier(
|
|||
"MacOSX Darwin 8.8.1 talos actionmonkey",
|
||||
"Linux talos actionmonkey",
|
||||
"Linux talos trunk stage",
|
||||
"MacOSX Darwin 8.8.1 talos trunk stage"
|
||||
"MacOSX Darwin 9.0.0 talos trunk stage"
|
||||
"WINNT 5.1 talos trunk stage"
|
||||
"MacOSX Darwin 8.8.1 talos trunk stage",
|
||||
"MacOSX Darwin 9.0.0 talos trunk stage",
|
||||
"WINNT 5.1 talos trunk stage",
|
||||
"WINNT 6.0 talos trunk stage"],
|
||||
# useChangeTime=True,
|
||||
logCompression="bzip2"))
|
||||
|
@ -964,37 +964,60 @@ firefox_trunk_winxp_perf_builder = {
|
|||
'category': "Firefox Trunk"
|
||||
}
|
||||
|
||||
#ACTIONMONKEY
|
||||
win32_moz2_actionmonkey_builder = {
|
||||
'name': "WINNT 5.1 talos actionmonkey",
|
||||
'slavenames': ['qm-pxp-trunk04', 'qm-pxp-trunk05', 'qm-pxp-trunk06'],
|
||||
'builddir': "win32-moz2-actionmonkey",
|
||||
'factory': win32_moz2_actionmonkey_steps,
|
||||
'category': "Moz2"
|
||||
}
|
||||
linux_moz2_actionmonkey_builder = {
|
||||
'name': "Linux talos actionmonkey",
|
||||
'slavenames': ['qm-plinux-trunk04', 'qm-plinux-trunk05', 'qm-plinux-trunk06'],
|
||||
'builddir': "linux-moz2-actionmonkey",
|
||||
'factory': linux_moz2_actionmonkey_steps,
|
||||
'category': "Moz2"
|
||||
}
|
||||
mac_moz2_actionmonkey_builder = {
|
||||
'name': "MacOSX Darwin 8.8.1 talos actionmonkey",
|
||||
'slavenames': ['qm-pmac-trunk07', 'qm-pmac-trunk08', 'qm-pmac-trunk09'],
|
||||
'builddir': "mac-moz2-actionmonkey",
|
||||
'factory': mac_moz2_actionmonkey_steps,
|
||||
'category': "Moz2"
|
||||
}
|
||||
|
||||
#STAGING
|
||||
win32_trunk_stage_builder = {
|
||||
'name': "WINNT 5.1 mini talos trunk",
|
||||
'name': "WINNT 5.1 talos trunk stage",
|
||||
'slavenames': ['qm-pxp-stage01'],
|
||||
'builddir': "win32-trunk",
|
||||
'factory': win32_trunk_stage_steps,
|
||||
'category': "Firefox Trunk"
|
||||
}
|
||||
vista_trunk_stage_builder = {
|
||||
'name': "WINNT 6.0 talos trunk",
|
||||
'name': "WINNT 6.0 talos trunk stage",
|
||||
'slavenames': ['qm-pvista-stage01'],
|
||||
'builddir': "vista-trunk",
|
||||
'factory': vista_trunk_stage_steps,
|
||||
'category': "Firefox Trunk"
|
||||
}
|
||||
linux_trunk_stage_builder = {
|
||||
'name': "Linux talos trunk",
|
||||
'name': "Linux talos trunk stage",
|
||||
'slavenames': ['qm-pubuntu-stage01'],
|
||||
'builddir': "linux-trunk",
|
||||
'factory': linux_trunk_stage_steps,
|
||||
'category': "Firefox Trunk"
|
||||
}
|
||||
mac_trunk_stage_builder = {
|
||||
'name': "MacOSX Darwin 8.8.1 talos trunk",
|
||||
'name': "MacOSX Darwin 8.8.1 talos trunk stage",
|
||||
'slavenames': ['qm-ptiger-stage01'],
|
||||
'builddir': "mac-trunk",
|
||||
'factory': mac_trunk_stage_steps,
|
||||
'category': "Firefox Trunk"
|
||||
}
|
||||
leopard_trunk_stage_builder = {
|
||||
'name': "MacOSX Darwin 9.0.0 talos trunk",
|
||||
'name': "MacOSX Darwin 9.0.0 talos trunk stage",
|
||||
'slavenames': ['qm-pleopard-stage01'],
|
||||
'builddir': "leopard-trunk",
|
||||
'factory': leopard_trunk_stage_steps,
|
||||
|
|
Загрузка…
Ссылка в новой задаче