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

Unified Diff: masters/master.chromium.infra.cron/master.cfg

Issue 1921993002: Use correct recipe for git-hash-metrics builder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.infra.cron/master.cfg
diff --git a/masters/master.chromium.infra.cron/master.cfg b/masters/master.chromium.infra.cron/master.cfg
index 72b4f88916dd7a104f997e1ecb9b2204b45c2c52..dc77af6bcdd78f6e4f5ecc830ae91353586d6779 100644
--- a/masters/master.chromium.infra.cron/master.cfg
+++ b/masters/master.chromium.infra.cron/master.cfg
@@ -170,7 +170,7 @@ c['builders'].extend([
},
{
'name': 'git-hash-metrics',
- 'factory': f_annotations.BaseFactory(recipe='git_hash_metric'),
+ 'factory': f_annotations.BaseFactory(recipe='infra/git_hash_metric'),
'category': '3monitoring',
},
])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698