aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/swarm_recipe.isolate
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/swarm_recipe.isolate')
-rw-r--r--infra/bots/swarm_recipe.isolate4
1 files changed, 3 insertions, 1 deletions
diff --git a/infra/bots/swarm_recipe.isolate b/infra/bots/swarm_recipe.isolate
index c4841dfb49..c21a321136 100644
--- a/infra/bots/swarm_recipe.isolate
+++ b/infra/bots/swarm_recipe.isolate
@@ -3,8 +3,10 @@
'infrabots.isolate',
],
'variables': {
+ 'command': [
+ 'python', 'recipes.py', '--package', '../config/recipes.cfg', 'run', '--timestamps',
+ ],
'files': [
- '../../../.gclient',
'../config/recipes.cfg',
],
},