Skip to content

Commit

Permalink
Decommission GCC tryjob and CI bot.
Browse files Browse the repository at this point in the history
Following up announcement on
https://groups.google.com/g/discuss-webrtc/c/oDdyaVsVXqQ.

This is a follow-up of
https://webrtc-review.googlesource.com/c/src/+/213160, which removed
the bots from the config repo.

Bug: webrtc:12481
Change-Id: I2d8ce9f86131844024127a3747798f08ecb63277
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/213161
Reviewed-by: Artem Titov <[email protected]>
Commit-Queue: Mirko Bonadei <[email protected]>
Cr-Commit-Position: refs/heads/master@{#33586}
  • Loading branch information
MirkoBonadei authored and Commit Bot committed Mar 29, 2021
1 parent 392d0df commit 8db0869
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tools_webrtc/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
'Linux64 Builder': 'pure_release_bot_x64',
'Linux64 Debug (ARM)': 'debug_bot_arm64',
'Linux64 Release (ARM)': 'release_bot_arm64',
'Linux64 Release (GCC)': 'gcc_release_bot_x64',
'Linux Asan': 'asan_lsan_clang_release_bot_x64',
'Linux MSan': 'msan_clang_release_bot_x64',
'Linux Tsan v2': 'tsan_clang_release_bot_x64',
Expand Down Expand Up @@ -173,7 +172,6 @@
'linux_compile_arm_rel': 'release_bot_arm',
'linux_compile_arm64_dbg': 'debug_bot_arm64',
'linux_compile_arm64_rel': 'release_bot_arm64',
'linux_compile_gcc_rel': 'gcc_release_bot_x64',
'linux_dbg': 'debug_bot_x64',
'linux_rel': 'release_bot_x64',
'linux_x86_rel': 'release_bot_x86',
Expand Down Expand Up @@ -253,9 +251,6 @@
# we might have mac, win, and linux bots all using the 'release_bot' config).
'configs': {
# Linux, Mac and Windows
'gcc_release_bot_x64': [
'gcc', 'release_bot_no_goma', 'x64', 'no_rtc_tests'
],
# TODO(kjellander): Restore Goma for this when crbug.com/726706 is fixed.
'debug_bot_arm': [
'openh264', 'debug', 'arm'
Expand Down Expand Up @@ -504,11 +499,6 @@
'gn_args': 'symbol_level=2',
},

'gcc': {
'gn_args': ('is_clang=false use_sysroot=false '
'treat_warnings_as_errors=false'),
},

'goma': {
'gn_args': 'use_goma=true',
},
Expand Down Expand Up @@ -557,10 +547,6 @@
'gn_args': 'use_lld=false',
},

'no_rtc_tests': {
'gn_args': 'rtc_include_tests=false',
},

'openh264': {
'gn_args': 'ffmpeg_branding="Chrome" rtc_use_h264=true',
},
Expand Down

0 comments on commit 8db0869

Please sign in to comment.