diff options
Diffstat (limited to 'infra/bots/test_skia.isolate')
-rw-r--r-- | infra/bots/test_skia.isolate | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/infra/bots/test_skia.isolate b/infra/bots/test_skia.isolate new file mode 100644 index 0000000000..d9eab8cfd9 --- /dev/null +++ b/infra/bots/test_skia.isolate @@ -0,0 +1,12 @@ +{ + 'includes': [ + 'images.isolate', + 'skia_repo.isolate', + 'skps.isolate', + ], + '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}', + ], + }, +} |