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

Unified Diff: masters/master.client.fletch/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.client.fletch/master_site_config.py
diff --git a/masters/master.client.fletch/master_site_config.py b/masters/master.client.fletch/master_site_config.py
index a570349d0445acf461322d1e5dd4f30fb08fa56d..6a5550ea33356dc4924189abdb4968a83cbf9bd1 100644
--- a/masters/master.client.fletch/master_site_config.py
+++ b/masters/master.client.fletch/master_site_config.py
@@ -14,5 +14,5 @@ class Dartino(Master.Master3):
master_port = 20316
slave_port = 30316
# Enable when there's a public waterfall.
- master_port_alt = 40316
+ master_port_alt = 25316
buildbot_url = 'http://build.chromium.org/p/client.fletch/'
« no previous file with comments | « masters/master.client.crashpad/master_site_config.py ('k') | masters/master.client.flutter/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698