Disable Goma for Linux32 (ARM) bots.

This config is having issues to build reliably on Goma.

BUG=chromium:726706
TBR=mbonadei@webrtc.org

Review-Url: https://codereview.webrtc.org/2911893002 .
Cr-Commit-Position: refs/heads/master@{#18295}
This commit is contained in:
Henrik Kjellander
2017-05-29 08:07:51 +02:00
parent bd0e443bb2
commit 3a343ad329

View File

@ -201,8 +201,9 @@
'gcc_release_bot_x64': [
'gn', 'gcc', 'release_bot', 'x64'
],
# TOOD(kjellander): Restore Goma for this when crbug.com/726706 is fixed.
'debug_bot_arm': [
'gn', 'openh264_debug_bot', 'arm'
'gn', 'openh264', 'debug', 'arm'
],
'release_bot_arm': [
'gn', 'openh264_release_bot', 'arm'