diff options
author | Eric Boren <borenet@google.com> | 2017-12-07 14:54:05 +0000 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-12-07 14:54:11 +0000 |
commit | 9d78afdd3d873b63dfbba17f9039a64cae62e3b8 (patch) | |
tree | 3053af635ab54c577d7eca59426271b3e0347e22 /infra/bots/coverage_skia.isolate | |
parent | 8ba13f63020b2301d2a97392804d14e5e6f7b2b2 (diff) |
Revert "[infra] Move commands from isolates to gen_tasks.go"
This reverts commit 66db75da67fb4c75207c2e495765e1e74584e3b1.
Reason for revert: Breaking PDFium/Flutter
Original change's description:
> [infra] Move commands from isolates to gen_tasks.go
>
> This has the side effect of bundling recipes for all tasks,
> which will be required anyway to run recipes in the future.
>
> Bug: skia:7050
> Change-Id: Ia30a95c750f2a237a8bf60263b2981682673c043
> Reviewed-on: https://skia-review.googlesource.com/81300
> Commit-Queue: Eric Boren <borenet@google.com>
> Reviewed-by: Kevin Lubick <kjlubick@google.com>
TBR=borenet@google.com,bungeman@google.com,rmistry@google.com,kjlubick@google.com
Change-Id: I38e00294f098ac91285a5cc464414654fc79a9e9
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:7050
Reviewed-on: https://skia-review.googlesource.com/81741
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/coverage_skia.isolate')
-rw-r--r-- | infra/bots/coverage_skia.isolate | 6 |
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', + ], +} |