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

Unified Diff: scripts/master/master_gen.py

Issue 860383008: Made annotated_run look up recipe from builders.pyl masters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Review comments Created 5 years, 11 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 | « scripts/master/factory/annotator_factory.py ('k') | scripts/slave/annotated_run.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/master_gen.py
diff --git a/scripts/master/master_gen.py b/scripts/master/master_gen.py
index 25e7c75cc69da1c269507fa6fae9f2a52e2c2d4b..a811f0702d6d2341fd474b206a6d54e5f49b749a 100644
--- a/scripts/master/master_gen.py
+++ b/scripts/master/master_gen.py
@@ -64,7 +64,7 @@ def _Populate(BuildmasterConfig, builders, master_cls):
for builder_name, builder_data in builders['builders'].items():
c['builders'].append({
'name': builder_name,
- 'factory': m_annotator.BaseFactory(builder_data['recipe']),
+ 'factory': m_annotator.BaseFactory(),
'slavebuilddir': builder_data['slavebuilddir'],
'slavenames': chromium_utils.GetSlaveNamesForBuilder(builders,
builder_name),
« no previous file with comments | « scripts/master/factory/annotator_factory.py ('k') | scripts/slave/annotated_run.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698