diff options
author | Eric Boren <borenet@google.com> | 2017-04-04 09:06:16 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-04-04 16:01:47 +0000 |
commit | 8b3f9e64ff6d505036f79aeffd98dea4b648cb46 (patch) | |
tree | 5a8a09cef77ec7cf2fdb097260a8e0fd1518fa5c /infra/bots/assets.isolate | |
parent | ab015efc48c462ffdffebb45c02cd19efb254983 (diff) |
Bundle recipes for use on RPi
This saves ~1:30 of overhead when the isolate cache is warm.
Bug: skia:5813
Change-Id: I5053d66e865ca6500b82567f83be8042568e22cf
Reviewed-on: https://skia-review.googlesource.com/11063
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/assets.isolate')
-rw-r--r-- | infra/bots/assets.isolate | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/bots/assets.isolate b/infra/bots/assets.isolate new file mode 100644 index 0000000000..1d9ef7a7fc --- /dev/null +++ b/infra/bots/assets.isolate @@ -0,0 +1,7 @@ +{ + 'variables': { + 'files': [ + 'assets/', + ], + }, +} |