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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « ct/isolates/capture_skps.isolate ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4
5 { 4 {
6 'includes': [ 5 'includes': [
7 'py.isolate', 6 'py.isolate',
8 ], 7 ],
9 'conditions': [ 8 'conditions': [
10 ['OS=="linux"', { 9 ['OS=="linux"', {
11 'variables': { 10 'variables': {
12 'files': [ 11 'files': [
13 '../../../../../bin/create_pagesets', 12 '../../../../../bin/capture_skps_from_pdfs',
14 ], 13 ],
15 'command': [ 14 'command': [
16 '../../../../../bin/create_pagesets', 15 '../../../../../bin/capture_skps_from_pdfs',
17 '-logtostderr', 16 '-logtostderr',
18 '--start_range=<(START_RANGE)', 17 '--start_range=<(START_RANGE)',
19 '--num=<(NUM)', 18 '--num=<(NUM)',
20 '--pageset_type=<(PAGESET_TYPE)', 19 '--pageset_type=<(PAGESET_TYPE)',
20 '--chromium_build=<(CHROMIUM_BUILD)',
21 '--run_id=<(RUN_ID)'
21 ], 22 ],
22 }, 23 },
23 }], 24 }],
24 ] 25 ]
25 } 26 }
OLDNEW
« 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