aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/infra.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/infra.py')
-rw-r--r--infra/bots/recipes/infra.py10
1 files changed, 4 insertions, 6 deletions
diff --git a/infra/bots/recipes/infra.py b/infra/bots/recipes/infra.py
index 902bf98833..c299d17c47 100644
--- a/infra/bots/recipes/infra.py
+++ b/infra/bots/recipes/infra.py
@@ -7,21 +7,19 @@
DEPS = [
+ 'checkout',
+ 'infra',
'recipe_engine/context',
- 'recipe_engine/path',
'recipe_engine/properties',
'recipe_engine/step',
- 'core',
- 'infra',
- 'run',
'vars',
]
def RunSteps(api):
api.vars.setup()
- checkout_root = api.core.default_checkout_root
- api.core.checkout_bot_update(checkout_root=checkout_root)
+ checkout_root = api.checkout.default_checkout_root
+ api.checkout.bot_update(checkout_root=checkout_root)
api.infra.update_go_deps()
# Run the infra tests.