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

Unified Diff: masters/master.tryserver.chromium.android/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.chromium.android/master_site_config.py
diff --git a/masters/master.tryserver.chromium.android/master_site_config.py b/masters/master.tryserver.chromium.android/master_site_config.py
index ff40f8acd3ed514463ee13a5cf6a9062e1152fed..9d8df554ceda5f0844bb4f4c326363d6818edf58 100644
--- a/masters/master.tryserver.chromium.android/master_site_config.py
+++ b/masters/master.tryserver.chromium.android/master_site_config.py
@@ -16,7 +16,7 @@ class TryserverChromiumAndroid(Master.Master4a):
project_name = 'TryserverChromiumAndroid'
master_port = 21401
slave_port = 31401
- master_port_alt = 41401
+ master_port_alt = 26401
buildbot_url = 'https://build.chromium.org/p/tryserver.chromium.android/'
buildbucket_bucket = 'master.tryserver.chromium.android'
service_account_file = 'service-account-chromium-tryserver.json'
« no previous file with comments | « masters/master.client.wasm.llvm/master_site_config.py ('k') | masters/master.tryserver.chromium.angle/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698