Use luci-go isolate client in mb.py

Bug: chromium:1059167
Change-Id: Idd3a3101ab09e9119bc99baab5a152dbd3ea6197
Reviewers: dpranke@chromium.org, tikuta@chromium.org
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/170520
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Ye Kuang <yekuang@google.com>
Cr-Commit-Position: refs/heads/master@{#30796}
This commit is contained in:
Ye Kuang
2020-03-16 10:56:20 +09:00
committed by Commit Bot
parent 1daff27414
commit b28f0209f9
2 changed files with 9 additions and 12 deletions

View File

@ -763,7 +763,7 @@ class UnitTest(unittest.TestCase):
}
def run_stub(cmd, **_kwargs):
if 'isolate.py' in cmd[1]:
if os.path.join('tools', 'luci-go', 'isolate') in cmd[0]:
return 0, 'fake_hash base_unittests', ''
else:
return 0, '', ''