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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ct/isolates/create_pagesets.isolate
diff --git a/go/swarming/testdata/test.isolate b/ct/isolates/create_pagesets.isolate
similarity index 53%
copy from go/swarming/testdata/test.isolate
copy to ct/isolates/create_pagesets.isolate
index b2470aeafed64c3b1a0aeb6b5dd4464888c03370..8447766147539c0d2f17a83142c9c707dc06e593 100644
--- a/go/swarming/testdata/test.isolate
+++ b/ct/isolates/create_pagesets.isolate
@@ -3,18 +3,21 @@
# found in the LICENSE file.
{
+ 'includes': [
+ 'py.isolate',
+ ],
'conditions': [
['OS=="linux"', {
'variables': {
'files': [
- 'artifacts/',
+ '../../../../../bin/create_pagesets',
],
'command': [
- 'python',
- 'artifacts/test.py',
- '--arg1', '<(ARG_1)',
- '--arg2', '<(ARG_2)',
- '--output-dir', '${ISOLATED_OUTDIR}',
+ '../../../../../bin/create_pagesets',
+ '-logtostderr',
+ '--start_range=<(START_RANGE)',
+ '--num=<(NUM)',
+ '--pageset_type=<(PAGESET_TYPE)',
],
},
}],
« 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