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

Unified Diff: ct/isolates/chromium_analysis.isolate

Issue 1995023002: Backend for new run_chromium_analysis CT task (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-7-run_lua
Patch Set: Local ChromiumAnalysisRunsDir is not used 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_analysis/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/isolates/chromium_analysis.isolate
diff --git a/ct/isolates/capture_skps_from_pdfs.isolate b/ct/isolates/chromium_analysis.isolate
similarity index 64%
copy from ct/isolates/capture_skps_from_pdfs.isolate
copy to ct/isolates/chromium_analysis.isolate
index efb9e942f0ecb002bd0e1135c11b7d8f2479de13..7fc424a8801288a58a46f6de0548dbc2074f9443 100644
--- a/ct/isolates/capture_skps_from_pdfs.isolate
+++ b/ct/isolates/chromium_analysis.isolate
@@ -9,16 +9,19 @@
['OS=="linux"', {
'variables': {
'files': [
- '../../../../../bin/capture_skps_from_pdfs',
+ '../../../../../bin/run_chromium_analysis',
],
'command': [
- '../../../../../bin/capture_skps_from_pdfs',
+ '../../../../../bin/run_chromium_analysis',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
'--pageset_type=<(PAGESET_TYPE)',
'--chromium_build=<(CHROMIUM_BUILD)',
- '--run_id=<(RUN_ID)'
+ '--run_id=<(RUN_ID)',
+ '--benchmark_name=<(BENCHMARK)',
+ '--benchmark_extra_args=<(BENCHMARK_ARGS)',
+ '--browser_extra_args=<(BROWSER_EXTRA_ARGS)',
],
},
}],
« no previous file with comments | « ct/go/worker_scripts/run_chromium_analysis/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698