diff options
author | borenet <borenet@google.com> | 2016-02-29 10:06:32 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-29 10:06:33 -0800 |
commit | 1e83a2a239a09cf5f128c18ff559916757a7c719 (patch) | |
tree | 5f673add51afceaa8356be9d7465e4d0543c3b8e /infra | |
parent | dd54e5d557ad45cdd819bdfe43556d9eae3616c5 (diff) |
Fix Swarming compile out dir
TBR=rmistry
NOTRY=true
BUG=skia:4763
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1743353002
Review URL: https://codereview.chromium.org/1743353002
Diffstat (limited to 'infra')
-rw-r--r-- | infra/bots/common.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/common.py b/infra/bots/common.py index 2748c54099..e1123ef1d5 100644 --- a/infra/bots/common.py +++ b/infra/bots/common.py @@ -155,7 +155,7 @@ class BotInfo(object): self.spec = self.get_bot_spec(bot_name) self.bot_cfg = self.spec['builder_cfg'] if self.bot_cfg['role'] == 'Build': - self.out_dir = os.path.join(swarm_out_dir, 'out') + self.out_dir = swarm_out_dir else: self.out_dir = 'out' self.configuration = self.spec['configuration'] |