Chromium Code Reviews| Index: infra/bots/test_skia.isolate |
| diff --git a/infra/bots/test_skia.isolate b/infra/bots/test_skia.isolate |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1459fe76a19d12921dd5feea8475c3ffeb282bef |
| --- /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)', '<(BUILDER_NAME)', '<(BUILD_NUMBER)', '<(SLAVE_NAME)', '<(REVISION)', '${ISOLATED_OUTDIR}', |
| + ], |
| + }, |
| +} |