From 9599b0fd91778955786fafdcda97e4adb65cabf7 Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Tue, 17 Apr 2018 15:55:57 -0400 Subject: Reland "[infra] Run recipes through Kitchen" Bug: skia:7050 Change-Id: Icf0bcfbbc505c90a4e8cee7437037a3037bdf33b Reviewed-on: https://skia-review.googlesource.com/121781 Reviewed-by: Ben Wagner Commit-Queue: Eric Boren --- infra/bots/recipes/calmbench.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'infra/bots/recipes/calmbench.py') diff --git a/infra/bots/recipes/calmbench.py b/infra/bots/recipes/calmbench.py index e2fd31f149..16f5d8aa7d 100644 --- a/infra/bots/recipes/calmbench.py +++ b/infra/bots/recipes/calmbench.py @@ -23,6 +23,8 @@ DEPS = [ def RunSteps(api): api.core.setup() api.flavor.install(skps=True, svgs=True) + api.file.ensure_directory('makedirs perf', api.vars.swarming_out_dir) + with api.context(cwd=api.vars.skia_dir): extra_arg = '--svgs %s --skps %s' % (api.flavor.device_dirs.svg_dir, api.flavor.device_dirs.skp_dir) -- cgit v1.2.3