Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: masters/master.tryserver.client.catapult/master_site_config.py

Issue 2182493002: Add per-builder timeouts to catapult waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « masters/master.tryserver.client.catapult/master.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.client.catapult/master_site_config.py
diff --git a/masters/master.tryserver.client.catapult/master_site_config.py b/masters/master.tryserver.client.catapult/master_site_config.py
index 3f5e414537b0adfe72f95e51eb10478aff5de894..fe82acb990544d040f031951aa31b600c5f6aea2 100644
--- a/masters/master.tryserver.client.catapult/master_site_config.py
+++ b/masters/master.tryserver.client.catapult/master_site_config.py
@@ -1,4 +1,4 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -16,7 +16,11 @@ class CatapultTryserver(Master.Master4a):
project_name = 'CatapultTryserver'
master_port = 21400
slave_port = 31400
- master_port_alt = 26400
+ master_port_alt = 41400
buildbot_url = 'https://build.chromium.org/p/tryserver.client.catapult/'
buildbucket_bucket = 'master.tryserver.client.catapult'
service_account_file = 'service-account-chromium-tryserver.json'
+ # To enable outbound pubsub event streaming.
+ pubsub_service_account_file = None
+ pubsub_topic = None
+ name = 'tryserver.client.catapult'
« no previous file with comments | « masters/master.tryserver.client.catapult/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698