aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/test_skia.isolate
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-03-08 05:33:03 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-08 05:33:03 -0800
commitf2e2a1e290ad6de558fd26965f2f5c60c9828014 (patch)
treebefe74e7cd5621293386fc6b636e664f7e5263fd /infra/bots/test_skia.isolate
parent706d21ffd03a0a446f7b997c801356abb891eaeb (diff)
Swarming bots: fix trybots
Requires a recipe-side change as well. NOTRY=true BUG=skia:4763 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1768333002 Review URL: https://codereview.chromium.org/1768333002
Diffstat (limited to 'infra/bots/test_skia.isolate')
-rw-r--r--infra/bots/test_skia.isolate10
1 files changed, 9 insertions, 1 deletions
diff --git a/infra/bots/test_skia.isolate b/infra/bots/test_skia.isolate
index d5bb98cad3..e3e4735a9d 100644
--- a/infra/bots/test_skia.isolate
+++ b/infra/bots/test_skia.isolate
@@ -7,7 +7,15 @@
],
'variables': {
'command': [
- 'python', 'test_skia.py', '--master_name', '<(MASTER_NAME)', '--builder_name', '<(BUILDER_NAME)', '--build_number', '<(BUILD_NUMBER)', '--slave_name', '<(SLAVE_NAME)', '--revision', '<(REVISION)', '--swarm_out_dir', '${ISOLATED_OUTDIR}',
+ 'python', 'test_skia.py',
+ '--master_name', '<(MASTER_NAME)',
+ '--builder_name', '<(BUILDER_NAME)',
+ '--build_number', '<(BUILD_NUMBER)',
+ '--slave_name', '<(SLAVE_NAME)',
+ '--revision', '<(REVISION)',
+ '--swarm_out_dir', '${ISOLATED_OUTDIR}',
+ '--issue', '<(ISSUE)',
+ '--patchset', '<(PATCHSET)',
],
},
}