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

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

Issue 1688043003: Move master_port_alts from 40000 to 25000 so they don't overlap with ephemeral ports (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Raise an exception if asked to compose a port outside the range Created 4 years, 10 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.client.custom_tabs_client/master_site_config.py b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
index a358128d56a524b6205eadfe50bc6a084c751548..6d0bfa998b6a55514b28ce745709caca9dc7a584 100644
--- a/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
+++ b/masters/master.tryserver.client.custom_tabs_client/master_site_config.py
@@ -16,7 +16,7 @@ class CustomTabsClientTryserver(Master.Master4a):
project_name = 'CustomTabsClientTryserver'
master_port = 20400
slave_port = 30400
- master_port_alt = 40400
+ master_port_alt = 25400
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'

Powered by Google App Engine
This is Rietveld 408576698