aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/swarm_housekeeper.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/swarm_housekeeper.py')
-rw-r--r--infra/bots/recipes/swarm_housekeeper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/recipes/swarm_housekeeper.py b/infra/bots/recipes/swarm_housekeeper.py
index 4400f3f8ed..c2e8c6b708 100644
--- a/infra/bots/recipes/swarm_housekeeper.py
+++ b/infra/bots/recipes/swarm_housekeeper.py
@@ -102,7 +102,7 @@ def GenTests(api):
revision='abc123',
path_config='kitchen',
swarm_out_dir='[SWARM_OUT_DIR]') +
- api.path.exists(api.path['slave_build'])
+ api.path.exists(api.path['start_dir'])
)
if 'Trybot' in buildername:
test.properties['issue'] = '500'