Skip to content

Commit

Permalink
Remove all baremetal bots, baremetal tests will be part of *_rel
Browse files Browse the repository at this point in the history
See https://chromium-review.googlesource.com/c/chromium/tools/build/+/1058799
After the baremetal machines are moved to swarming, that CL will add the tasks that were previously in *_baremetal bots to *_rel bots. *_rel bots will run all the same tasks as before on a pool of generic machines, but also run a few tests on dedicated baremetal machines (pool:WebRTC-baremetal-try).

No-Try: True
Bug: chromium:755660
Change-Id: I99d62a84aac631b1c127bf661546baecb2a3ae9a
Reviewed-on: https://webrtc-review.googlesource.com/76721
Reviewed-by: Patrik Höglund <[email protected]>
Commit-Queue: Oleh Prypin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#23290}
  • Loading branch information
oprypin authored and Commit Bot committed May 18, 2018
1 parent 90394a4 commit 0ab95b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions infra/config/cq.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ verifiers {
builders { name: "linux_arm64_dbg" }
builders { name: "linux_arm64_rel" }
builders { name: "linux_asan" }
builders { name: "linux_baremetal" }
builders { name: "linux_chromium_compile" }
builders { name: "linux_compile_dbg" }
builders { name: "linux_libfuzzer_rel" }
Expand All @@ -61,13 +60,11 @@ verifiers {
builders { name: "linux_gcc_rel" }
builders { name: "linux_more_configs" }
builders { name: "mac_asan" }
builders { name: "mac_baremetal" }
builders { name: "mac_chromium_compile" }
builders { name: "mac_compile_dbg" }
builders { name: "mac_rel" }
builders { name: "presubmit" }
builders { name: "win_asan" }
builders { name: "win_baremetal" }
builders { name: "win_chromium_compile" }
builders { name: "win_clang_dbg" }
builders { name: "win_clang_rel" }
Expand Down
6 changes: 0 additions & 6 deletions tools_webrtc/mb/mb_config.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
'Mac64 Debug': 'debug_bot_x64',
'Mac64 Release': 'release_bot_x64',
'Mac Asan': 'mac_asan_clang_release_bot_x64',
'Mac64 Release [large tests]': 'release_bot_x64',

# Linux
'Linux32 Debug': 'no_h264_debug_bot_x86',
Expand All @@ -50,7 +49,6 @@
'Linux Tsan v2': 'tsan_clang_release_bot_x64',
'Linux UBSan': 'ubsan_clang_release_bot_x64',
'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64',
'Linux64 Release [large tests]': 'release_bot_x64',
'Linux64 Release (Libfuzzer)': 'libfuzzer_asan_release_bot_x64',

# Android
Expand All @@ -72,7 +70,6 @@
'Win64 Debug (Clang)': 'win_clang_debug_bot_x64',
'Win64 Release (Clang)': 'win_clang_release_bot_x64',
'Win32 ASan': 'win_asan_clang_release_bot_x86',
'Win32 Release [large tests]': 'release_bot_x86',
},
'client.webrtc.branches': {
# iOS
Expand Down Expand Up @@ -154,7 +151,6 @@
'mac_dbg': 'debug_bot_x64',
'mac_rel': 'release_bot_x64',
'mac_asan': 'mac_asan_clang_release_bot_x64',
'mac_baremetal': 'release_bot_x64',
'mac_experimental': 'release_bot_x64',

# Linux
Expand All @@ -175,7 +171,6 @@
'linux_tsan2': 'tsan_clang_release_bot_x64',
'linux_ubsan': 'ubsan_clang_release_bot_x64',
'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
'linux_baremetal': 'release_bot_x64',
'linux_experimental': 'release_bot_x64',
'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',

Expand Down Expand Up @@ -207,7 +202,6 @@
'win_x64_clang_dbg': 'win_clang_debug_bot_x64',
'win_x64_clang_rel': 'win_clang_release_bot_x64',
'win_asan': 'win_asan_clang_release_bot_x86',
'win_baremetal': 'release_bot_x86',
'win_experimental': 'release_bot_x86',
'win_x64_win8': 'debug_bot_x64',
'win_x64_win10': 'debug_bot_x64',
Expand Down

0 comments on commit 0ab95b9

Please sign in to comment.