From 9d78afdd3d873b63dfbba17f9039a64cae62e3b8 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Thu, 7 Dec 2017 14:54:05 +0000 Subject: 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 > Reviewed-by: Kevin Lubick 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 Commit-Queue: Eric Boren --- infra/bots/presubmit_skia.isolate | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 infra/bots/presubmit_skia.isolate (limited to 'infra/bots/presubmit_skia.isolate') diff --git a/infra/bots/presubmit_skia.isolate b/infra/bots/presubmit_skia.isolate new file mode 100644 index 0000000000..767fa3af9e --- /dev/null +++ b/infra/bots/presubmit_skia.isolate @@ -0,0 +1,10 @@ +{ + 'includes': [ + 'swarm_recipe.isolate', + ], + 'variables': { + 'files': [ + '../../../.gclient', + ], + }, +} -- cgit v1.2.3