aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/isolate_skp.isolate
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-05-11 13:35:23 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-05-11 18:11:01 +0000
commit07072944af9fac196efeb78d6791537221cd1d4c (patch)
tree2bf2987d2d01d5bf8b4b0f125e3ff6a1e24e9d82 /infra/bots/isolate_skp.isolate
parent85d34b2e841d99dab914111fe2eaa4db99345e1e (diff)
Isolate CIPD assets for RPI tasks
To verify the assets all end up in the right spot, I wiped all the assets off the phone and then ran https://chromium-swarm.appspot.com/task?id=36114ccaa41bd810&refresh=10 Overhead comparisons: Control: 103s https://chromium-swarm.appspot.com/task?id=360e10170744db10 Cold cache: 105s https://chromium-swarm.appspot.com/task?id=36113c4aec720910 Warm cache: 8s https://chromium-swarm.appspot.com/task?id=361143954c1b1c10 Bug:701930 Bug:skia:5213 Change-Id: I1dc052203ed404b63d0a1974ccbe882d26ff9e48 Reviewed-on: https://skia-review.googlesource.com/16490 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/isolate_skp.isolate')
-rw-r--r--infra/bots/isolate_skp.isolate7
1 files changed, 7 insertions, 0 deletions
diff --git a/infra/bots/isolate_skp.isolate b/infra/bots/isolate_skp.isolate
new file mode 100644
index 0000000000..d632dffeab
--- /dev/null
+++ b/infra/bots/isolate_skp.isolate
@@ -0,0 +1,7 @@
+{
+ 'variables': {
+ 'command': [
+ '/bin/cp', '-rL', 'skp', '${ISOLATED_OUTDIR}',
+ ],
+ },
+}