aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipe_modules/vars
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2018-03-09 13:42:56 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-03-10 19:03:28 +0000
commit299b882f2094f6382e127b35112ac4d517482cbf (patch)
tree426c973837f7b734a443f42347111894287eb27a /infra/bots/recipe_modules/vars
parent79ee1b0c4ee9b2b8be3e6b3865b0bebcf634ffef (diff)
Add ProcDump support to gn_flavor.py.
Adds procdump_win asset. Enable ProcDump for some of the jobs failing in skia:7177 as a test case. If it has no ill effect, we can proceed with enabling it for all Win bots (and remove "ProcDump" tag). Bug: skia:7626, skia:7177 Change-Id: I50c67ecfca86fe0c6d91d5f970f81485cc9cfd0a Reviewed-on: https://skia-review.googlesource.com/113265 Commit-Queue: Ben Wagner <benjaminwagner@google.com> 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 5deef20eb6..9158233213 100644
--- a/infra/bots/recipe_modules/vars/api.py
+++ b/infra/bots/recipe_modules/vars/api.py
@@ -148,6 +148,8 @@ class SkiaVarsApi(recipe_api.RecipeApi):
self.swarming_out_dir, 'dm')
self.perf_data_dir = self.m.path.join(self.swarming_out_dir,
'perfdata', self.builder_name, 'data')
+ self.dumps_dir = self.m.path.join(
+ self.swarming_out_dir, 'dumps')
self._swarming_bot_id = None
self._swarming_task_id = None