Bug 401146 - set up production mini machine set (push vista/linux to production)

a=anodelman r=bhearsum
This commit is contained in:
anodelman%mozilla.com 2007-12-19 19:13:27 +00:00
Родитель 6fbd0d5208
Коммит 689db72371
1 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -113,7 +113,9 @@ c['status'].append(TinderboxMailNotifier(
tree="Firefox",
extraRecipients=["tinderbox-daemon@tinderbox.mozilla.org",],
relayhost="smtp.mozilla.org",
builders=["WINNT 5.1 mini talos trunk"],
builders=["WINNT 5.1 mini talos trunk",
"WINNT 6.0 talos trunk",
"Linux talos trunk"],
useChangeTime=True,
logCompression="bzip2"))
@ -123,7 +125,9 @@ c['status'].append(TinderboxMailNotifier(
tree="Mozilla1.8",
extraRecipients=["tinderbox-daemon@tinderbox.mozilla.org",],
relayhost="smtp.mozilla.org",
builders=["WINNT 5.1 mini talos branch"],
builders=["WINNT 5.1 mini talos branch",
"WINNT 6.0 talos branch",
"Linux talos branch"],
useChangeTime=True,
logCompression="bzip2"))
@ -135,12 +139,8 @@ c['status'].append(tinderbox.TinderboxMailNotifier(
relayhost="smtp.mozilla.org",
builders=["WINNT 5.1 talos trunk",
"WINNT 5.1 talos branch",
"WINNT 6.0 talos trunk",
"WINNT 6.0 talos branch",
"MacOSX Darwin 8.8.1 talos trunk",
"MacOSX Darwin 8.8.1 talos branch",
"Linux talos trunk",
"Linux talos branch"],
"MacOSX Darwin 8.8.1 talos branch"],
useChangeTime=True,
logCompression="bzip2"))
@ -495,7 +495,7 @@ vista_trunk_steps.addStep(FileDownload,
slavedest="generate-tpcomponent.py",
workdir="talos/page_load_test")
vista_trunk_steps.addStep(FileDownload,
mastersrc="configs/sample.config",
mastersrc="configs/production.sample.config",
slavedest="sample.config",
workdir="talos/")
vista_trunk_steps.addStep(ShellCommand,
@ -557,7 +557,7 @@ vista_branch_steps.addStep(FileDownload,
slavedest="generate-tpcomponent.py",
workdir="talos/page_load_test")
vista_branch_steps.addStep(FileDownload,
mastersrc="configs/sample.config.nogfx",
mastersrc="configs/production.sample.config.nogfx",
slavedest="sample.config",
workdir="talos/")
vista_branch_steps.addStep(ShellCommand,
@ -621,7 +621,7 @@ linux_trunk_steps.addStep(FileDownload,
slavedest="generate-tpcomponent.py",
workdir="talos/page_load_test")
linux_trunk_steps.addStep(FileDownload,
mastersrc="configs/sample.config",
mastersrc="configs/production.sample.config",
slavedest="sample.config",
workdir="talos/")
linux_trunk_steps.addStep(ShellCommand,
@ -678,7 +678,7 @@ linux_branch_steps.addStep(FileDownload,
slavedest="generate-tpcomponent.py",
workdir="talos/page_load_test")
linux_branch_steps.addStep(FileDownload,
mastersrc="configs/sample.config.nogfx",
mastersrc="configs/production.sample.config.nogfx",
slavedest="sample.config",
workdir="talos/")
linux_branch_steps.addStep(ShellCommand,