aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/test_skia.isolate
diff options
context:
space:
mode:
authorGravatar borenet <borenet@google.com>2016-02-29 05:57:31 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-29 05:57:31 -0800
commita7a6f2e01d07a0e01fca948dfca5c5f4df24b5f9 (patch)
treea84d9b82f5396abcc5f9e2e79f434ccb95f802a9 /infra/bots/test_skia.isolate
parent6bc967984a59e2f6602b5661caa8353dc985a4cb (diff)
Add test_skia.py, isolates for test_skia, images, skps
This enables running DM through Swarming. NOTRY=true BUG=skia:4763 GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1743113003 Review URL: https://codereview.chromium.org/1743113003
Diffstat (limited to 'infra/bots/test_skia.isolate')
-rw-r--r--infra/bots/test_skia.isolate12
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}',
+ ],
+ },
+}