Temporarily remove Linux MSan from LKGR
Bug: b/329130536 Change-Id: Iaa236db97ece69aa182b0f61a9c2966e241a0083 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/342680 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41882}
This commit is contained in:
parent
a70274a82f
commit
1fc79ce4c4
@ -53,6 +53,7 @@ def os_from_name(name):
|
||||
# useful when a failure can be safely ignored while fixing it without
|
||||
# blocking the LKGR finder on it.
|
||||
skipped_lkgr_bots = [
|
||||
"Linux MSan", # TODO(b/329130536): Re-enable
|
||||
]
|
||||
|
||||
# Use LUCI Scheduler BBv2 names and add Scheduler realms configs.
|
||||
|
||||
@ -1879,7 +1879,6 @@ buckets {
|
||||
' "Fuchsia Release",'
|
||||
' "Linux (more configs)",'
|
||||
' "Linux Asan",'
|
||||
' "Linux MSan",'
|
||||
' "Linux Tsan v2",'
|
||||
' "Linux UBSan",'
|
||||
' "Linux UBSan vptr",'
|
||||
|
||||
@ -295,11 +295,6 @@ notifiers {
|
||||
name: "Linux MSan"
|
||||
repository: "https://webrtc.googlesource.com/src"
|
||||
}
|
||||
tree_closers {
|
||||
tree_status_host: "webrtc-status.appspot.com"
|
||||
failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_temp|taskkill|compile|gn"
|
||||
failed_step_regexp_exclude: ".*\\(experimental\\).*"
|
||||
}
|
||||
}
|
||||
notifiers {
|
||||
notifications {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user