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

Unified Diff: masters/master.tryserver.client.mojo/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.mojo/master_site_config.py
diff --git a/masters/master.tryserver.client.mojo/master_site_config.py b/masters/master.tryserver.client.mojo/master_site_config.py
index 9c894db2c81755b21a3a1c0f166993b6b6950286..49e577dfa2b85044118baf8124d434e393c97a55 100644
--- a/masters/master.tryserver.client.mojo/master_site_config.py
+++ b/masters/master.tryserver.client.mojo/master_site_config.py
@@ -10,7 +10,7 @@ class MojoTryServer(Master.Master4a):
project_name = 'Mojo Try Server'
master_port = 21410
slave_port = 31410
- master_port_alt = 41410
+ master_port_alt = 26410
buildbot_url = 'https://build.chromium.org/p/tryserver.client.mojo/'
service_account_file = 'service-account-mojo.json'
buildbucket_bucket = 'master.tryserver.client.mojo'

Powered by Google App Engine
This is Rietveld 408576698