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

Unified Diff: ct/isolates/build_repo.isolate

Issue 1991043005: Add support for parallel runs (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-8-chromium_analysis
Patch Set: Rebase Created 4 years, 7 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 | « ct/go/worker_scripts/run_chromium_perf/main.go ('k') | ct/isolates/chromium_perf.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/isolates/build_repo.isolate
diff --git a/ct/isolates/create_pagesets.isolate b/ct/isolates/build_repo.isolate
similarity index 52%
copy from ct/isolates/create_pagesets.isolate
copy to ct/isolates/build_repo.isolate
index 8447766147539c0d2f17a83142c9c707dc06e593..0733538fc3059787cec2673034dac71b0c5bba7f 100644
--- a/ct/isolates/create_pagesets.isolate
+++ b/ct/isolates/build_repo.isolate
@@ -10,14 +10,18 @@
['OS=="linux"', {
'variables': {
'files': [
- '../../../../../bin/create_pagesets',
+ '../../../../../bin/build_repo',
],
'command': [
- '../../../../../bin/create_pagesets',
+ '../../../../../bin/build_repo',
'-logtostderr',
- '--start_range=<(START_RANGE)',
- '--num=<(NUM)',
- '--pageset_type=<(PAGESET_TYPE)',
+ '--run_id=<(RUN_ID)',
+ '--repo=<(REPO)',
+ '--hashes=<(HASHES)',
+ '--patches=<(PATCHES)',
+ '--single_build=<(SINGLE_BUILD)',
+ '--target_platform=<(TARGET_PLATFORM)',
+ '--out=${ISOLATED_OUTDIR}',
],
},
}],
« no previous file with comments | « ct/go/worker_scripts/run_chromium_perf/main.go ('k') | ct/isolates/chromium_perf.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698