diff options
author | borenet <borenet@chromium.org> | 2016-08-02 06:50:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-02 06:50:50 -0700 |
commit | ed696276fd5b7cd995e7e75d6c579f16d28bd36a (patch) | |
tree | e69dfe9ce2ae4d5cd1d6947018ce34476755f6f2 /infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json | |
parent | 320a40d7733979703bdf675c31108255e011e34e (diff) |
More fixes for SwarmBucket
BUG=skia:5581
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2202053005
NOTRY=true
Review-Url: https://codereview.chromium.org/2202053005
Diffstat (limited to 'infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json')
-rw-r--r-- | infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json b/infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json index b3efa581a9..8c9a521679 100644 --- a/infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json +++ b/infra/bots/recipes/swarm_trigger.expected/Build-Ubuntu-GCC-x86_64-Release-Trybot.json @@ -175,6 +175,9 @@ "-d", "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/linux64" ], + "env": { + "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" + }, "name": "download luci-go linux" }, { @@ -188,6 +191,9 @@ "-d", "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/mac64" ], + "env": { + "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" + }, "name": "download luci-go mac" }, { @@ -201,6 +207,9 @@ "-d", "[SLAVE_BUILD]/skia/infra/bots/tools/luci-go/win64" ], + "env": { + "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" + }, "name": "download luci-go win" }, { |