Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1404)

Unified Diff: webrtc/build/mb_config.pyl

Issue 2507243002: MB: Remove configuration for unexisting bots. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/mb_config.pyl
diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl
index 3c49ee33163e33d7b6e57cd23d83ff93d09fbaab..6fc3167fb06bd90cecd424cd531cabc6b2975ecd 100644
--- a/webrtc/build/mb_config.pyl
+++ b/webrtc/build/mb_config.pyl
@@ -79,20 +79,11 @@
'Android64 Tests (L Nexus9)': 'none',
},
'client.webrtc.fyi': {
- # Mac
- 'Mac Asan (swarming)': 'mac_gn_asan_clang_release_bot_x64',
-
# Linux
'Linux64 GCC': 'gn_gcc_release_bot_x64',
- 'Linux Asan (swarming)': 'gn_asan_lsan_clang_release_bot_x64',
'Linux Memcheck (swarming)': 'gn_release_bot_x64',
- 'Linux MSan (swarming)': 'gn_msan_clang_release_bot_x64',
- 'Linux Tsan v2 (swarming)': 'gn_tsan_clang_release_bot_x64',
- 'Linux UBSan (swarming)': 'gn_ubsan_clang_release_bot_x64',
- 'Linux UBSan vptr (swarming)': 'gn_ubsan_vptr_clang_release_bot_x64',
# Android
- 'Android32 Release (swarming)': 'swarming_android_gn_release_bot_arm',
'Android32 ASan (L Nexus6)': 'android_gn_asan_shared_release_bot_arm',
'Android32 Builder': 'android_gn_release_bot_arm',
'Android32 Tests (J Nexus4)': 'none',
@@ -120,7 +111,6 @@
'mac_rel': 'gn_release_bot_x64',
'mac_asan': 'mac_gn_asan_clang_release_bot_x64',
'mac_baremetal': 'gn_release_bot_x64',
- 'mac_swarming': 'swarming_gn_debug_bot_x64',
# Linux
'linux_compile_dbg': 'gn_debug_bot_x64',
@@ -137,7 +127,6 @@
'linux_ubsan': 'gn_ubsan_clang_release_bot_x64',
'linux_ubsan_vptr': 'gn_ubsan_vptr_clang_release_bot_x64',
'linux_baremetal': 'gn_release_bot_x64',
- 'linux_swarming': 'swarming_gn_debug_bot_x64',
# Android
'android_compile_dbg': 'android_gn_debug_static_bot_arm',
@@ -153,7 +142,6 @@
'android_clang_dbg': 'android_gn_clang_debug_bot_arm',
'android_arm64_rel': 'android_gn_release_bot_arm64',
'android_n6': 'android_gn_debug_static_bot_arm',
- 'android_swarming': 'swarming_android_gn_release_bot_arm',
# Windows
'win_compile_dbg': 'gn_debug_bot_x86',
@@ -170,7 +158,6 @@
'win_x64_clang_rel': 'win_gn_clang_release_bot_x64',
'win_asan': 'win_gn_syzyasan_release_bot_x86',
'win_baremetal': 'gn_release_bot_x86',
- 'win_swarming': 'swarming_gn_debug_bot_x64',
'win_x64_win8': 'gn_debug_bot_x64',
'win_x64_win10': 'gn_debug_bot_x64',
}
@@ -236,9 +223,6 @@
'gn_release_bot_x64': [
'gn', 'openh264_release_bot', 'x64'
],
- 'swarming_gn_debug_bot_x64': [
- 'swarming', 'gn', 'openh264_debug_bot', 'x64'
- ],
# Windows
'win_gn_clang_debug_bot_x86': [
@@ -293,9 +277,6 @@
'android_gn_asan_shared_release_bot_arm': [
'android', 'gn', 'asan', 'clang', 'shared', 'release_bot', 'arm'
],
- 'swarming_android_gn_release_bot_arm': [
- 'swarming', 'android', 'gn', 'release_bot', 'arm'
- ],
# This is used for tracking purposes; any bot that uses this config
# should never actually run MB.
@@ -420,10 +401,6 @@
'gn_args': 'is_component_build=false',
},
- 'swarming': {
- 'gn_args': '',
- },
-
'syzyasan': {
'gn_args': 'is_syzyasan=true',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698