From 9b76594fbd4887e4408dc96f05089170b6d44520 Mon Sep 17 00:00:00 2001 From: kjellander Date: Mon, 29 May 2017 03:58:57 -0700 Subject: [PATCH] Reland of Disable Goma for Linux32 (ARM) bots. (patchset #1 id:1 of https://codereview.webrtc.org/2910963002/ ) Reason for revert: Moving back again since I see many failures on our trybot trying to roll: https://build.chromium.org/p/tryserver.webrtc/builders/linux32_arm_dbg/builds/30/ Original issue's description: > Revert of Disable Goma for Linux32 (ARM) bots. (patchset #1 id:1 of https://codereview.webrtc.org/2911893002/ ) > > Reason for revert: > According to crbug.com/726706 this is now fixed so let's give it a try. > > Original issue's description: > > 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} > > Committed: https://chromium.googlesource.com/external/webrtc/+/3a343ad32983c8f5731400889cb72622c06c7337 > > TBR=mbonadei@webrtc.org > # Skipping CQ checks because original CL landed less than 1 days ago. > NOPRESUBMIT=true > NOTREECHECKS=true > NOTRY=true > BUG=chromium:726706 > > Review-Url: https://codereview.webrtc.org/2910963002 > Cr-Commit-Position: refs/heads/master@{#18299} > Committed: https://chromium.googlesource.com/external/webrtc/+/fd1ff9b88183fa10c0bbc0df2fb4dfb4abe891c3 TBR=mbonadei@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:726706 Review-Url: https://codereview.webrtc.org/2908143002 Cr-Commit-Position: refs/heads/master@{#18301} --- tools_webrtc/mb/mb_config.pyl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 25772605cb..56349c1440 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -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'