aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/bundle_recipes.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/bundle_recipes.isolate')
-rw-r--r--infra/bots/bundle_recipes.isolate14
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..d873fc31db
--- /dev/null
+++ b/infra/bots/bundle_recipes.isolate
@@ -0,0 +1,14 @@
+{
+ 'includes': [
+ 'infrabots.isolate',
+ ],
+ 'variables': {
+ 'command': [
+ 'python', 'recipes.py', 'run', '--timestamps',
+ ],
+ 'files': [
+ '../../../.gclient',
+ '../config/recipes.cfg',
+ ],
+ },
+}