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

Unified Diff: masters/master.chromium.goma/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.chromium.goma/master_site_config.py
diff --git a/masters/master.chromium.goma/master_site_config.py b/masters/master.chromium.goma/master_site_config.py
index bab50d01a036b640b2dbf915379792abcdf47c06..429a162d82015ae4808df08a61ab560e17929499 100644
--- a/masters/master.chromium.goma/master_site_config.py
+++ b/masters/master.chromium.goma/master_site_config.py
@@ -16,7 +16,7 @@ class ChromiumGoma(Master.Master1):
project_name = 'ChromiumGoma'
master_port = 20104
slave_port = 30104
- master_port_alt = 40104
+ master_port_alt = 25104
buildbot_url = 'https://build.chromium.org/p/chromium.goma/'
buildbucket_bucket = None
service_account_file = None
« no previous file with comments | « masters/master.chromium.android/master_site_config.py ('k') | masters/master.chromium.mojo/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698