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

Unified Diff: scripts/tools/buildbot_tool_templates/slaves.cfg

Issue 761253003: Add a new buildbot-tool generator for master configs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: add buildbot-tool, turn files into actual templates Created 6 years 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: scripts/tools/buildbot_tool_templates/slaves.cfg
diff --git a/scripts/slave/recipe_modules/swarming_heartbeat/__init__.py b/scripts/tools/buildbot_tool_templates/slaves.cfg
similarity index 62%
copy from scripts/slave/recipe_modules/swarming_heartbeat/__init__.py
copy to scripts/tools/buildbot_tool_templates/slaves.cfg
index d74418a93b34373e0010d13bd0500f3046efe09a..d07fef35476b71ffe6be1c95da00acdb7bd3ad2e 100644
--- a/scripts/slave/recipe_modules/swarming_heartbeat/__init__.py
+++ b/scripts/tools/buildbot_tool_templates/slaves.cfg
@@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-DEPS = [
- 'properties',
- 'python',
- 'test_utils',
-]
+# This file is used by scripts/tools/buildbot-tool to generate master configs.
+
+%(slaves_block)s

Powered by Google App Engine
This is Rietveld 408576698