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

Unified Diff: ct/isolates/capture_archives.isolate

Issue 1988133002: Use swarming in capture_archives CT task and capture archives in parallel (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-4-create_pagesets
Patch Set: Comment 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/worker_common/worker_common.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/isolates/capture_archives.isolate
diff --git a/ct/isolates/create_pagesets.isolate b/ct/isolates/capture_archives.isolate
similarity index 80%
copy from ct/isolates/create_pagesets.isolate
copy to ct/isolates/capture_archives.isolate
index 8447766147539c0d2f17a83142c9c707dc06e593..37c6bda2bda8042c1b67881955fe1bcf0f6ea3e4 100644
--- a/ct/isolates/create_pagesets.isolate
+++ b/ct/isolates/capture_archives.isolate
@@ -4,16 +4,15 @@
{
'includes': [
- 'py.isolate',
],
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
- '../../../../../bin/create_pagesets',
+ '../../../../../bin/capture_archives',
],
'command': [
- '../../../../../bin/create_pagesets',
+ '../../../../../bin/capture_archives',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
« no previous file with comments | « ct/go/worker_scripts/worker_common/worker_common.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698