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

Unified Diff: ct/isolates/capture_skps_from_pdfs.isolate

Issue 1994663002: Use swarming in capture_skps and capture_skps_from_pdfs CT tasks (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-5-capture_archives
Patch Set: Address comments 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/isolates/capture_skps.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/isolates/capture_skps_from_pdfs.isolate
diff --git a/ct/isolates/create_pagesets.isolate b/ct/isolates/capture_skps_from_pdfs.isolate
similarity index 72%
copy from ct/isolates/create_pagesets.isolate
copy to ct/isolates/capture_skps_from_pdfs.isolate
index 8447766147539c0d2f17a83142c9c707dc06e593..efb9e942f0ecb002bd0e1135c11b7d8f2479de13 100644
--- a/ct/isolates/create_pagesets.isolate
+++ b/ct/isolates/capture_skps_from_pdfs.isolate
@@ -1,7 +1,6 @@
# Copyright (c) 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
{
'includes': [
'py.isolate',
@@ -10,14 +9,16 @@
['OS=="linux"', {
'variables': {
'files': [
- '../../../../../bin/create_pagesets',
+ '../../../../../bin/capture_skps_from_pdfs',
],
'command': [
- '../../../../../bin/create_pagesets',
+ '../../../../../bin/capture_skps_from_pdfs',
'-logtostderr',
'--start_range=<(START_RANGE)',
'--num=<(NUM)',
'--pageset_type=<(PAGESET_TYPE)',
+ '--chromium_build=<(CHROMIUM_BUILD)',
+ '--run_id=<(RUN_ID)'
],
},
}],
« no previous file with comments | « ct/isolates/capture_skps.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698