From 6f0f00eaf34e94400a60fa092ee3206794a3c923 Mon Sep 17 00:00:00 2001 From: "anodelman%mozilla.com" Date: Fri, 21 Mar 2008 20:54:56 +0000 Subject: [PATCH] Bug 418870 - setup talos to test moz2 builds Bustage fix (typos) p/r=anodelman git-svn-id: svn://10.0.0.236/trunk@248377 18797224-902f-48f8-a5cc-f745e15eee43 --- .../buildbot-configs/testing/talos/perf-staging/master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/tools/buildbot-configs/testing/talos/perf-staging/master.cfg b/mozilla/tools/buildbot-configs/testing/talos/perf-staging/master.cfg index c729d604c30..11c13ed2f44 100644 --- a/mozilla/tools/buildbot-configs/testing/talos/perf-staging/master.cfg +++ b/mozilla/tools/buildbot-configs/testing/talos/perf-staging/master.cfg @@ -166,7 +166,7 @@ c['sources'].append(TinderboxPoller( tinderboxURL = "http://tinderbox.mozilla.org", tree = "Mozilla2", branch = "MOZ2-WIN32-CENTRAL", - machine = WIN32_MOZ2_CENTRAL_BUILDER",, + machine = WIN32_MOZ2_CENTRAL_BUILDER, pollInterval = 10 * 60) ) @@ -174,7 +174,7 @@ c['sources'].append(TinderboxPoller( tinderboxURL = "http://tinderbox.mozilla.org", tree = "Mozilla2", branch = "MOZ2-WIN32-ACTIONMONKEY", - machine = WIN32_MOZ2_ACTIONMONKEY_BUILDER",, + machine = WIN32_MOZ2_ACTIONMONKEY_BUILDER, pollInterval = 10 * 60) )