mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00
Re-enable msan bots
Bug: b/329130536 Change-Id: I4bc9102a3fda16121cb42d682f80a7b124daed42 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/343180 Reviewed-by: Jeremy Leconte <jleconte@google.com> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41905}
This commit is contained in:
parent
2af888e414
commit
c6e06aef5e
4 changed files with 14 additions and 4 deletions
|
@ -126,6 +126,9 @@ config_groups {
|
|||
builders {
|
||||
name: "webrtc/try/linux_more_configs"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_msan"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_rel"
|
||||
}
|
||||
|
@ -300,6 +303,9 @@ config_groups {
|
|||
builders {
|
||||
name: "webrtc/try/linux_more_configs"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_msan"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_rel"
|
||||
}
|
||||
|
|
|
@ -52,9 +52,7 @@ def os_from_name(name):
|
|||
# Add names of builders to remove from LKGR finder to this list. This is
|
||||
# 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
|
||||
]
|
||||
skipped_lkgr_bots = []
|
||||
|
||||
# Use LUCI Scheduler BBv2 names and add Scheduler realms configs.
|
||||
lucicfg.enable_experiment("crbug.com/1182002")
|
||||
|
@ -762,7 +760,7 @@ try_builder("linux_compile_arm64_rel")
|
|||
ci_builder("Linux Asan", "Linux|x64|asan")
|
||||
try_builder("linux_asan")
|
||||
ci_builder("Linux MSan", "Linux|x64|msan")
|
||||
try_builder("linux_msan", cq = None) # TODO(b/329130536): Re-enable
|
||||
try_builder("linux_msan")
|
||||
ci_builder("Linux Tsan v2", "Linux|x64|tsan")
|
||||
try_builder("linux_tsan2")
|
||||
ci_builder("Linux UBSan", "Linux|x64|ubsan")
|
||||
|
|
|
@ -1879,6 +1879,7 @@ buckets {
|
|||
' "Fuchsia Release",'
|
||||
' "Linux (more configs)",'
|
||||
' "Linux Asan",'
|
||||
' "Linux MSan",'
|
||||
' "Linux Tsan v2",'
|
||||
' "Linux UBSan",'
|
||||
' "Linux UBSan vptr",'
|
||||
|
|
|
@ -295,6 +295,11 @@ 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…
Reference in a new issue