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

Unified Diff: masters/master.tryserver.infra/master_site_config.py

Issue 2193593002: remove master.tryserver.infra (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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
« no previous file with comments | « masters/master.tryserver.infra/master.cfg ('k') | tests/masters_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.tryserver.infra/master_site_config.py
diff --git a/masters/master.tryserver.infra/master_site_config.py b/masters/master.tryserver.infra/master_site_config.py
deleted file mode 100644
index 6827d00400b8739bda729245e541ea84470b630d..0000000000000000000000000000000000000000
--- a/masters/master.tryserver.infra/master_site_config.py
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This file was generated from
-# scripts/tools/buildbot_tool_templates/master_site_config.py
-# by "../../build/scripts/tools/buildbot-tool gen .".
-# DO NOT EDIT BY HAND!
-
-
-"""ActiveMaster definition."""
-
-from config_bootstrap import Master
-
-class InfraTryServer(Master.Master4a):
- project_name = 'InfraTryServer'
- master_port = 21402
- slave_port = 31402
- master_port_alt = 26402
- buildbot_url = 'https://build.chromium.org/p/tryserver.infra/'
- buildbucket_bucket = 'master.tryserver.infra'
- service_account_file = 'service-account-chromium-tryserver.json'
« no previous file with comments | « masters/master.tryserver.infra/master.cfg ('k') | tests/masters_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698