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

Unified Diff: masters/master.tryserver.client.syzygy/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: Fix mastermap.py 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.syzygy/master_site_config.py
diff --git a/masters/master.tryserver.client.syzygy/master_site_config.py b/masters/master.tryserver.client.syzygy/master_site_config.py
index 28fc217e1372e9f1fd7b6bcf6dcd084377dc4993..31b055f378787a3e29b07313f24ba79050bd7dad 100644
--- a/masters/master.tryserver.client.syzygy/master_site_config.py
+++ b/masters/master.tryserver.client.syzygy/master_site_config.py
@@ -16,7 +16,7 @@ class SyzygyTryserver(Master.Master4a):
project_name = 'SyzygyTryserver'
master_port = 21404
slave_port = 31404
- master_port_alt = 41404
+ master_port_alt = 26404
buildbot_url = 'https://build.chromium.org/p/tryserver.client.syzygy/'
buildbucket_bucket = 'master.tryserver.client.syzygy'
service_account_file = 'service-account-chromium-tryserver.json'

Powered by Google App Engine
This is Rietveld 408576698