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

Unified Diff: infra/bots/test_skia.isolate

Issue 1768333002: Swarming bots: fix trybots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 9 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 | « infra/bots/perf_skia.py ('k') | infra/bots/test_skia.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/test_skia.isolate
diff --git a/infra/bots/test_skia.isolate b/infra/bots/test_skia.isolate
index d5bb98cad38e9e6f1b2f9c4cc90df294976810b8..e3e4735a9d49c6057536787e360cdbbe32ae4bf5 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)',
],
},
}
« no previous file with comments | « infra/bots/perf_skia.py ('k') | infra/bots/test_skia.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698