diff options
Diffstat (limited to 'infra/bots/bundle_recipes.isolate')
-rw-r--r-- | infra/bots/bundle_recipes.isolate | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/infra/bots/bundle_recipes.isolate b/infra/bots/bundle_recipes.isolate new file mode 100644 index 0000000000..3faa6f70a1 --- /dev/null +++ b/infra/bots/bundle_recipes.isolate @@ -0,0 +1,14 @@ +{ + 'includes': [ + 'infrabots.isolate', + ], + 'variables': { + 'command': [ + 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps', + ], + 'files': [ + '../../../.gclient', + '../config/recipes.cfg', + ], + }, +} |