bug 417094 - talos staging

git-svn-id: svn://10.0.0.236/trunk@247909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rcampbell%mozilla.com 2008-03-15 13:01:57 +00:00
parent 47b5605c57
commit b5223ab110

View File

@ -84,9 +84,8 @@ c['bots'] = [("qm-pxp01", "1dontcare"),
c['status'] = []
c['status'].append(html.Waterfall(http_port=2008,
css="/build/perfmaster/waterfall.css"))
css="/build/perf-staging/waterfall.css"))
from tinderboxmailnotifier import TinderboxMailNotifier
from buildbot.status import tinderbox
from buildbot.status.mail import MailNotifier
@ -110,7 +109,7 @@ c['status'].append(tinderbox.TinderboxMailNotifier(
"Linux talos mozilla-central",
"Linux talos actionmonkey",
"WINNT 5.1 mini talos trunk jss"],
useChangeTime=True,
# useChangeTime=True,
logCompression="bzip2"))
@ -339,14 +338,14 @@ win32_trunk_jss_steps.addStep(ShellCommand,
description="Cleanup",
command=["rm", "-rf", "*.zip", "talos/", "firefox/"],
env=MozillaEnvironments['vc8perf'])
# win32_trunk_jss_steps.addStep(ShellCommand,
# command=["cvs", "-d", CVSROOT, "co", "-d", "talos",
# "mozilla/testing/performance/talos"],
# workdir=".",
# description="checking out talos",
# haltOnFailure=True,
# flunkOnFailure=True,
# env=MozillaEnvironments['vc8perf'])
win32_trunk_jss_steps.addStep(ShellCommand,
command=["cvs", "-d", CVSROOT, "co", "-d", "talos",
"mozilla/testing/performance/talos"],
workdir=".",
description="checking out talos",
haltOnFailure=True,
flunkOnFailure=True,
env=MozillaEnvironments['vc8perf'])
win32_trunk_jss_steps.addStep(FileDownload,
mastersrc="scripts/generate-tpcomponent.py",
slavedest="generate-tpcomponent.py",
@ -400,14 +399,14 @@ linux_moz2_central_steps.addStep(ShellCommand,
description="Cleanup",
command=["rm", "-rf", "*.bz2", "talos/", "firefox/"],
env=MozillaEnvironments['linux'])
# linux_moz2_central_steps.addStep(ShellCommand,
# command=["cvs", "-d", CVSROOT, "co", "-d", "talos",
# "mozilla/testing/performance/talos"],
# workdir=".",
# description="checking out talos",
# haltOnFailure=True,
# flunkOnFailure=True,
# env=MozillaEnvironments['linux'])
linux_moz2_central_steps.addStep(ShellCommand,
command=["cvs", "-d", CVSROOT, "co", "-d", "talos",
"mozilla/testing/performance/talos"],
workdir=".",
description="checking out talos",
haltOnFailure=True,
flunkOnFailure=True,
env=MozillaEnvironments['linux'])
linux_moz2_central_steps.addStep(FileDownload,
mastersrc="scripts/generate-tpcomponent.py",
slavedest="generate-tpcomponent.py",
@ -457,14 +456,14 @@ linux_moz2_actionmonkey_steps.addStep(ShellCommand,
description="Cleanup",
command=["rm", "-rf", "*.bz2", "talos/", "firefox/"],
env=MozillaEnvironments['linux'])
# linux_moz2_actionmonkey_steps.addStep(ShellCommand,
# command=["cvs", "-d", CVSROOT, "co", "-d", "talos",
# "mozilla/testing/performance/talos"],
# workdir=".",
# description="checking out talos",
# haltOnFailure=True,
# flunkOnFailure=True,
# env=MozillaEnvironments['linux'])
linux_moz2_actionmonkey_steps.addStep(ShellCommand,
command=["cvs", "-d", CVSROOT, "co", "-d", "talos",
"mozilla/testing/performance/talos"],
workdir=".",
description="checking out talos",
haltOnFailure=True,
flunkOnFailure=True,
env=MozillaEnvironments['linux'])
linux_moz2_actionmonkey_steps.addStep(FileDownload,
mastersrc="scripts/generate-tpcomponent.py",
slavedest="generate-tpcomponent.py",