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/upload_dm_results.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra/bots/recipes/upload_dm_results.py') diff --git a/infra/bots/recipes/upload_dm_results.py b/infra/bots/recipes/upload_dm_results.py index 7d08089a1d..24813a7a36 100644 --- a/infra/bots/recipes/upload_dm_results.py +++ b/infra/bots/recipes/upload_dm_results.py @@ -29,7 +29,7 @@ def RunSteps(api): builder_name = api.properties['buildername'] revision = api.properties['revision'] - results_dir = api.path['start_dir'].join('dm') + results_dir = api.path['start_dir'].join('test', 'dm') # Move dm.json and verbose.log to their own directory. json_file = results_dir.join(DM_JSON) -- cgit v1.2.3