diff options
author | Eric Boren <borenet@google.com> | 2018-04-16 12:44:18 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-04-17 11:13:53 +0000 |
commit | f39bbe5a31542396a8aabf8066ee46862312d7d8 (patch) | |
tree | 482a66c0681659900ee3fdd2b2c6024617da6a9f /infra/bots/swarm_recipe.isolate | |
parent | eedecc6046b29f71dfe21f13ec65b973e7fd5381 (diff) |
Reland "[infra] Run recipes through Kitchen"
Bug: skia:7050
Change-Id: I331014c408dd5b6f7baafd78ffd12f1235c5bfe7
Reviewed-on: https://skia-review.googlesource.com/121481
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'infra/bots/swarm_recipe.isolate')
-rw-r--r-- | infra/bots/swarm_recipe.isolate | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/infra/bots/swarm_recipe.isolate b/infra/bots/swarm_recipe.isolate index c21a321136..c4841dfb49 100644 --- a/infra/bots/swarm_recipe.isolate +++ b/infra/bots/swarm_recipe.isolate @@ -3,10 +3,8 @@ 'infrabots.isolate', ], 'variables': { - 'command': [ - 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps', - ], 'files': [ + '../../../.gclient', '../config/recipes.cfg', ], }, |