From 291547d4e76ba7d3e9caace8deb7761632d8be06 Mon Sep 17 00:00:00 2001 From: Kevin Lubick Date: Tue, 21 Mar 2017 09:25:34 -0400 Subject: Add Chromecast Perf jobs It starts out with some skps and resource-based perf because all skps wouldn't fit and skimages are far too large BUG=skia: Change-Id: Icb07ffa84d39a85a8bc595e74ef934df921e749a Reviewed-on: https://skia-review.googlesource.com/9901 Commit-Queue: Kevin Lubick Reviewed-by: Eric Boren --- infra/bots/recipe_modules/vars/api.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'infra/bots/recipe_modules/vars/api.py') diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py index 93910fecda..63e3e4f748 100644 --- a/infra/bots/recipe_modules/vars/api.py +++ b/infra/bots/recipe_modules/vars/api.py @@ -163,6 +163,11 @@ class SkiaVarsApi(recipe_api.RecipeApi): # Executables go under _bin_dir, which, well, allows executable files. self.android_bin_dir = '/data/local/tmp/' + if self.builder_cfg.get('os', '') == 'Chromecast': + # On the Chromecast, everything goes in the (~110M) /cache/skia + self.android_bin_dir = '/cache/skia/' + self.android_data_dir = '/cache/skia/' + @property def upload_dm_results(self): # TODO(borenet): Move this into the swarm_test recipe. -- cgit v1.2.3