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

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: added the master name to tests/ 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
Index: masters/master.tryserver.client.custom_tabs_client/master_site_config.py
diff --git a/masters/master.tryserver.chromium.android/master_site_config.py b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
similarity index 64%
copy from masters/master.tryserver.chromium.android/master_site_config.py
copy to masters/master.tryserver.client.custom_tabs_client/master_site_config.py
index 37a3128d991217a1088fc95990bb96ee687b98e4..b0ffdef13acf1adb0d6d8d9d9a180a8cfe7977fd 100644
--- a/masters/master.tryserver.chromium.android/master_site_config.py
+++ b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
@@ -12,11 +12,11 @@
from config_bootstrap import Master
-class TryserverChromiumAndroid(Master.Master4a):
- project_name = 'TryserverChromiumAndroid'
- master_port = 21401
- slave_port = 31401
- master_port_alt = 41401
- buildbot_url = 'https://build.chromium.org/p/tryserver.chromium.android/'
+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 = None
service_account_file = None

Powered by Google App Engine
This is Rietveld 408576698