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/swarm_skpbench.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infra/bots/recipes/swarm_skpbench.py') diff --git a/infra/bots/recipes/swarm_skpbench.py b/infra/bots/recipes/swarm_skpbench.py index f5d1ef487f..7cd96f61e0 100644 --- a/infra/bots/recipes/swarm_skpbench.py +++ b/infra/bots/recipes/swarm_skpbench.py @@ -126,8 +126,8 @@ def GenTests(api): path_config='kitchen', swarm_out_dir='[SWARM_OUT_DIR]') + api.path.exists( - api.path['slave_build'].join('skia'), - api.path['slave_build'].join('skia', 'infra', 'bots', 'assets', + api.path['start_dir'].join('skia'), + api.path['start_dir'].join('skia', 'infra', 'bots', 'assets', 'skp', 'VERSION'), ) + api.step_data('get swarming bot id', -- cgit v1.2.3