aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/skpbench_skia_bundled_unix.isolate
diff options
context:
space:
mode:
authorGravatar Eric Boren <borenet@google.com>2017-04-07 08:31:22 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-07 13:26:10 +0000
commit23a6ec6eb374eefe7aa3ffb6dbbb1c4b704fc187 (patch)
tree51ef141aebc00b217ebb94b67f0056e7ba903203 /infra/bots/skpbench_skia_bundled_unix.isolate
parent5f055f0fe9a3391b5481d09cbba21b7eeee06103 (diff)
Reland: Use bundled recipes for all test/perf tasks
It won't save as much time for faster machines, but it should still shave a few seconds, and it'll be nice to be consistent. Bug: skia: Change-Id: I0b2aa010579b527c66325cb5b691bfb549b31316 Reviewed-on: https://skia-review.googlesource.com/11418 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/skpbench_skia_bundled_unix.isolate')
-rw-r--r--infra/bots/skpbench_skia_bundled_unix.isolate6
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/bots/skpbench_skia_bundled_unix.isolate b/infra/bots/skpbench_skia_bundled_unix.isolate
new file mode 100644
index 0000000000..c396b305cb
--- /dev/null
+++ b/infra/bots/skpbench_skia_bundled_unix.isolate
@@ -0,0 +1,6 @@
+{
+ 'includes': [
+ 'skpbench_skia_bundled.isolate',
+ 'swarm_recipe_bundled_unix.isolate',
+ ],
+}