aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/vars
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2017-04-07 10:04:08 -0400
committerGravatar Kevin Lubick <kjlubick@google.com>2017-04-07 14:41:07 +0000
commitcb6f3980a502c53a646082782df87e0cc28ff574 (patch)
tree995af8dae8d26298d096e2381c9a667d505bc114 /infra/bots/recipe_modules/vars
parent3390cdfef8c0ad1f04810a4bb1e98a04e3d56a1a (diff)
Add ChromeOS Test/Perf jobs and recipe changes
Minor cleanup of left over Tab3 tests. Bug: skia:6442 Change-Id: I03bb4a034101a2773619abd2be7a300a70f6ac3d Reviewed-on: https://skia-review.googlesource.com/11414 Reviewed-by: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/recipe_modules/vars')
-rw-r--r--infra/bots/recipe_modules/vars/api.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipe_modules/vars/api.py b/infra/bots/recipe_modules/vars/api.py
index 9d88821be9..3dd3c3ae96 100644
--- a/infra/bots/recipe_modules/vars/api.py
+++ b/infra/bots/recipe_modules/vars/api.py
@@ -169,6 +169,8 @@ class SkiaVarsApi(recipe_api.RecipeApi):
self.android_bin_dir = '/cache/skia/'
self.android_data_dir = '/cache/skia/'
+ self.chromeos_homedir = '/home/chronos/user/'
+
@property
def upload_dm_results(self):
# TODO(borenet): Move this into the swarm_test recipe.