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

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

Issue 2225723004: tryserver.chromium.perf: convert bisection/* builders to remote_run (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.tryserver.chromium.perf/master.cfg
diff --git a/masters/master.tryserver.chromium.perf/master.cfg b/masters/master.tryserver.chromium.perf/master.cfg
index cdc3a9e9de381c55f803dbdcc7a5a3e899043a26..715089a8f980c95e5524c8b5aa686571ee71134f 100644
--- a/masters/master.tryserver.chromium.perf/master.cfg
+++ b/masters/master.tryserver.chromium.perf/master.cfg
@@ -91,11 +91,11 @@ def _AddBisectBot(name, platform, category, timeout=3600, skip_suffix=False):
c['builders'].append({
'name': name,
- 'factory': annotator_factory.AnnotatorFactory(ActiveMaster).BaseFactory(
+ 'factory': m_remote_run(
recipe=recipe,
timeout=timeout,
max_time=24 * 60 * 60),
- 'category': '%d%s' % (_CategoryIndex(category), category)
+ 'category': '%d%s' % (_CategoryIndex(category), category)
})
# All builder bot names here are suffixed with '_bisect_builder'
« 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