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

Side by Side Diff: ct/isolates/create_pagesets.isolate

Issue 1990873002: Use swarming in create_pagesets CT task (Closed) Base URL: https://skia.googlesource.com/buildbot@ct-3-swarming-timeouts
Patch Set: Address 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 unified diff | Download patch
« no previous file with comments | « ct/go/worker_scripts/create_pagesets/main.go ('k') | ct/isolates/py.isolate » ('j') | 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 4
5 { 5 {
6 'includes': [
7 'py.isolate',
8 ],
6 'conditions': [ 9 'conditions': [
7 ['OS=="linux"', { 10 ['OS=="linux"', {
8 'variables': { 11 'variables': {
9 'files': [ 12 'files': [
10 » » 'artifacts/', 13 '../../../../../bin/create_pagesets',
11 ], 14 ],
12 'command': [ 15 'command': [
13 'python', 16 '../../../../../bin/create_pagesets',
14 'artifacts/test.py', 17 '-logtostderr',
15 '--arg1', '<(ARG_1)', 18 '--start_range=<(START_RANGE)',
16 '--arg2', '<(ARG_2)', 19 '--num=<(NUM)',
17 '--output-dir', '${ISOLATED_OUTDIR}', 20 '--pageset_type=<(PAGESET_TYPE)',
18 ], 21 ],
19 }, 22 },
20 }], 23 }],
21 ] 24 ]
22 } 25 }
OLDNEW
« no previous file with comments | « ct/go/worker_scripts/create_pagesets/main.go ('k') | ct/isolates/py.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698