Decommission GCC tryjob and CI bot.
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 <titovartem@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33586}
This commit is contained in:
committed by
Commit Bot
parent
392d0df5be
commit
8db0869f7f
@ -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',
|
||||
@ -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',
|
||||
@ -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'
|
||||
@ -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',
|
||||
},
|
||||
@ -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',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user