aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2016-04-18 04:13:48 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-04-18 04:13:48 -0700
commiteff1920debe3991f440a91a8c4b6298ff9ccddc4 (patch)
tree8706e9c4c645a41572a23e8328186b208b497f72 /infra
parentcb232e8b1b9f2d7831ad90815df5934ecafab1d4 (diff)
Add new coverage_skia.isolate
Coverage is different from the other recipes because it needs both skia_repo and test artifacts. The primary reason is: the path to the out directory is compiled into the binary, which is why the compile and test steps need to be combined. The isolate file will be used from the updated coverage recipe in https://codereview.chromium.org/1862713002/ BUG=skia:5159 NOTREECHECKS=true Review URL: https://codereview.chromium.org/1893503003
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/coverage_skia.isolate6
1 files changed, 6 insertions, 0 deletions
diff --git a/infra/bots/coverage_skia.isolate b/infra/bots/coverage_skia.isolate
new file mode 100644
index 0000000000..856e2a660a
--- /dev/null
+++ b/infra/bots/coverage_skia.isolate
@@ -0,0 +1,6 @@
+{
+ 'includes': [
+ 'skia_repo.isolate',
+ 'test_skia.isolate',
+ ],
+}