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

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

Issue 1345803002: Master configuration for the custom-tabs-client CQ (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: biuldbucket stuff Created 5 years, 3 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.custom_tabs_client/master.cfg ('k') | tests/masters_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.client.custom_tabs_client/master_site_config.py
diff --git a/masters/master.tryserver.client.catapult/master_site_config.py b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
similarity index 60%
copy from masters/master.tryserver.client.catapult/master_site_config.py
copy to masters/master.tryserver.client.custom_tabs_client/master_site_config.py
index adb4da7ad5cf8e7f8da7cf25b6eeba49d8fdf59c..a358128d56a524b6205eadfe50bc6a084c751548 100644
--- a/masters/master.tryserver.client.catapult/master_site_config.py
+++ b/masters/master.tryserver.client.custom_tabs_client/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.
@@ -12,11 +12,11 @@
from config_bootstrap import Master
-class CatapultTryserver(Master.Master4a):
- project_name = 'CatapultTryserver'
- master_port = 21400
- slave_port = 31400
- master_port_alt = 41400
- buildbot_url = 'https://build.chromium.org/p/tryserver.client.catapult/'
- buildbucket_bucket = 'master.tryserver.client.catapult'
+class CustomTabsClientTryserver(Master.Master4a):
+ project_name = 'CustomTabsClientTryserver'
+ master_port = 20400
+ slave_port = 30400
+ master_port_alt = 40400
+ buildbot_url = 'https://build.chromium.org/p/tryserver.client.custom_tabs_client/'
+ buildbucket_bucket = 'master.tryserver.client.custom_tabs_client'
service_account_file = 'service-account-chromium-tryserver.json'
« no previous file with comments | « masters/master.tryserver.client.custom_tabs_client/master.cfg ('k') | tests/masters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698