From 9bcca6a2124b60ce9fab18ba697b28fc6a1354db Mon Sep 17 00:00:00 2001 From: Ravi Mistry Date: Mon, 21 Nov 2016 16:06:19 -0500 Subject: Roll recipe DEPS Looks like slave_build and cwd changed to start_dir in https://bugs.chromium.org/p/chromium/issues/detail?id=662586 BUG=skia:5979 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5104 Change-Id: I46d080b9089ea9b4adc2ed45fc81fdc192bdb2b2 Reviewed-on: https://skia-review.googlesource.com/5104 Reviewed-by: Ben Wagner Commit-Queue: Ravi Mistry --- infra/bots/recipes/upload_dm_results.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (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 8e62e244a0..946c77b9b5 100644 --- a/infra/bots/recipes/upload_dm_results.py +++ b/infra/bots/recipes/upload_dm_results.py @@ -49,12 +49,12 @@ def RunSteps(api): builder_name = api.properties['buildername'] revision = api.properties['revision'] - results_dir = api.path['cwd'].join('dm') + results_dir = api.path['start_dir'].join('dm') # Move dm.json and verbose.log to their own directory. json_file = results_dir.join(DM_JSON) log_file = results_dir.join(VERBOSE_LOG) - tmp_dir = api.path['cwd'].join('tmp_upload') + tmp_dir = api.path['start_dir'].join('tmp_upload') api.shutil.makedirs('tmp dir', tmp_dir, infra_step=True) api.shutil.copy('copy dm.json', json_file, tmp_dir) api.shutil.copy('copy verbose.log', log_file, tmp_dir) -- cgit v1.2.3