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

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

Issue 2177463002: chromium.perf.fyi: convert android/perf builder to remote_run (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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.perf.fyi/master.cfg
diff --git a/masters/master.chromium.perf.fyi/master.cfg b/masters/master.chromium.perf.fyi/master.cfg
index c7e975dd96b5f932a5a0d2b42a105ce269f4a291..3dd861a060d2a2ce420ee3a65ce21339f82092eb 100644
--- a/masters/master.chromium.perf.fyi/master.cfg
+++ b/masters/master.chromium.perf.fyi/master.cfg
@@ -60,10 +60,6 @@ slaves = slaves_list.SlavesList('slaves.cfg', 'ChromiumPerfFyi')
config.DatabaseSetup(c)
-def recipe_factory(recipe):
- f_annotations = annotator_factory.AnnotatorFactory(ActiveMaster)
- return f_annotations.BaseFactory(recipe=recipe)
-
def m_remote_run(recipe, **kwargs):
return remote_run_factory.RemoteRunFactory(
active_master=ActiveMaster,
@@ -131,7 +127,7 @@ c['builders'] = []
c['builders'].append({
'name': 'Android Galaxy S5 Perf (1)',
- 'factory': recipe_factory('android/perf'),
+ 'factory': m_remote_run('android/perf'),
'category': '2android|builder_testers',
'triggered': True,
})
« 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