Chromium Code Reviews| Index: infra/bots/swarm_recipe.isolate |
| diff --git a/infra/bots/swarm_recipe.isolate b/infra/bots/swarm_recipe.isolate |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8a6803ff03d89a8d412558e8e1c46097c18b2883 |
| --- /dev/null |
| +++ b/infra/bots/swarm_recipe.isolate |
| @@ -0,0 +1,13 @@ |
| +{ |
| + 'includes': [ |
| + 'infrabots.isolate', |
| + ], |
| + 'variables': { |
| + 'command': [ |
| + 'python', 'recipes.py', 'run', |
| + ], |
| + 'files': [ |
| + '../config/recipes.cfg', |
| + ], |
| + }, |
| +} |