aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/skpbench.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/skpbench.py')
-rw-r--r--infra/bots/recipes/skpbench.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/infra/bots/recipes/skpbench.py b/infra/bots/recipes/skpbench.py
index abb20d1175..0582cde2e7 100644
--- a/infra/bots/recipes/skpbench.py
+++ b/infra/bots/recipes/skpbench.py
@@ -112,7 +112,10 @@ def skpbench_steps(api):
def RunSteps(api):
- api.core.setup()
+ api.vars.setup()
+ api.file.ensure_directory('makedirs tmp_dir', api.vars.tmp_dir)
+ api.flavor.setup()
+
try:
api.flavor.install(skps=True)
skpbench_steps(api)