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>
diff --git a/infra/bots/perf_skia_bundled_unix.isolate b/infra/bots/perf_skia_bundled_unix.isolate
new file mode 100644
index 0000000..5bb5ae1
--- /dev/null
+++ b/infra/bots/perf_skia_bundled_unix.isolate
@@ -0,0 +1,6 @@
+{
+  'includes': [
+    'perf_skia_bundled.isolate',
+    'swarm_recipe_bundled_unix.isolate',
+  ],
+}