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

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

Issue 2222953002: chromium.perf: convert android/perf builders to remote_run (attempt #2) (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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/master.cfg
diff --git a/masters/master.chromium.perf/master.cfg b/masters/master.chromium.perf/master.cfg
index dd9a0839cc6ba074a9af94123ed119259942745d..0c00db01d2a1831b666a531359d13dc3ad42a479 100644
--- a/masters/master.chromium.perf/master.cfg
+++ b/masters/master.chromium.perf/master.cfg
@@ -150,7 +150,7 @@ def _AddTesterShard(name, factory, platform, target_bits):
def _AddTester(name, platform, num_shards=1, target_bits=64):
if platform == 'android':
- factory = recipe_factory('android/perf')
+ factory = m_remote_run('android/perf')
else:
factory = m_remote_run('chromium')
« 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