Disable goma on GCC bots.
This is a temporary workaround to sidestep issues with goma:
https://ci.chromium.org/p/webrtc/builders/try/linux_compile_gcc_rel/14065
TBR: phoglund@webrtc.org, artit@webrtc.org
No-Tree-Checks: true
No-Try: True
Bug: chromium:1021931
Change-Id: I17c5dc46362a72fbe5ec29ba5c921f17870c8576
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/159003
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Oleksandr Iakovenko <iakovenko@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#29709}
diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl
index 480b608..c7605f0 100644
--- a/tools_webrtc/mb/mb_config.pyl
+++ b/tools_webrtc/mb/mb_config.pyl
@@ -253,7 +253,7 @@
'configs': {
# Linux, Mac and Windows
'gcc_release_bot_x64': [
- 'gcc', 'release_bot', 'x64', 'no_rtc_tests'
+ 'gcc', 'release_bot_no_goma', 'x64', 'no_rtc_tests'
],
# TODO(kjellander): Restore Goma for this when crbug.com/726706 is fixed.
'debug_bot_arm': [