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

Unified Diff: masters/master.chromium.android.fyi/master.cfg

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
Index: masters/master.chromium.android.fyi/master.cfg
diff --git a/masters/master.chromium.android.fyi/master.cfg b/masters/master.chromium.android.fyi/master.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..0529cbbc8e24a592117cc7eec28c84ba4fbd0f7b
--- /dev/null
+++ b/masters/master.chromium.android.fyi/master.cfg
@@ -0,0 +1,26 @@
+# Copyright 2015 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.cfg
+# by "../../build/scripts/tools/buildbot-tool gen .".
+# DO NOT EDIT BY HAND!
+
+
+import os
+
+import master_site_config
+
+# This module comes from scripts/, which must be in the PYTHONPATH.
+from master import master_gen
+
+# BuildmasterConfig must be defined; it is how buildbot gets the config
+# info for the master.
+
+BuildmasterConfig = {}
+
+master_gen.PopulateBuildmasterConfig(
+ BuildmasterConfig,
+ os.path.join(os.path.dirname(os.path.abspath(__file__)), 'builders.pyl'),
+ master_site_config.ChromiumAndroidFyi)
« no previous file with comments | « masters/master.chromium.android.fyi/builders.pyl ('k') | masters/master.chromium.android.fyi/master_site_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698