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

Unified Diff: masters/master.chromium.android.fyi/master_site_config.py

Issue 2478413002: Move some non-tree closing bots on chromium.android to chromium.android.fyi (Closed)
Patch Set: Review Created 4 years, 1 month 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.chromium.android.fyi/master.cfg ('k') | masters/master.chromium.android/builders.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.android.fyi/master_site_config.py
diff --git a/masters/master.chromium.android/master_site_config.py b/masters/master.chromium.android.fyi/master_site_config.py
similarity index 71%
copy from masters/master.chromium.android/master_site_config.py
copy to masters/master.chromium.android.fyi/master_site_config.py
index 8c8edd7cf8c31c9ca084e0c368ce3cad1483c945..c81c12f00a6e746f3798bccee792a58828d628e6 100644
--- a/masters/master.chromium.android/master_site_config.py
+++ b/masters/master.chromium.android.fyi/master_site_config.py
@@ -12,15 +12,15 @@
from config_bootstrap import Master
-class ChromiumAndroid(Master.Master1):
- project_name = 'ChromiumAndroid'
- master_port = 20101
- slave_port = 30101
- master_port_alt = 25101
- buildbot_url = 'https://build.chromium.org/p/chromium.android/'
+class ChromiumAndroidFyi(Master.Master1):
+ project_name = 'ChromiumAndroidFyi'
+ master_port = 20106
+ slave_port = 30106
+ master_port_alt = 25106
+ buildbot_url = 'https://build.chromium.org/p/chromium.android.fyi/'
buildbucket_bucket = None
service_account_file = None
# To enable outbound pubsub event streaming.
pubsub_service_account_file = 'service-account-luci-milo.json'
pubsub_topic = 'projects/luci-milo/topics/public-buildbot'
- name = 'chromium.android'
+ name = 'chromium.android.fyi'
« no previous file with comments | « masters/master.chromium.android.fyi/master.cfg ('k') | masters/master.chromium.android/builders.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698