Temporarily remove linux_msan from cq
Bug: b/329130536 Change-Id: Id4933de9bbe98abf8e19e8418ce67cfe0a48eb49 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/342600 Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41877}
This commit is contained in:
parent
0268a05fd0
commit
793add9dfb
@ -116,9 +116,6 @@ config_groups {
|
||||
builders {
|
||||
name: "webrtc/try/linux_more_configs"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_msan"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_rel"
|
||||
}
|
||||
@ -293,9 +290,6 @@ config_groups {
|
||||
builders {
|
||||
name: "webrtc/try/linux_more_configs"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_msan"
|
||||
}
|
||||
builders {
|
||||
name: "webrtc/try/linux_rel"
|
||||
}
|
||||
|
||||
@ -744,7 +744,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")
|
||||
try_builder("linux_msan", cq = None) # TODO(b/329130536): Re-enable
|
||||
ci_builder("Linux Tsan v2", "Linux|x64|tsan")
|
||||
try_builder("linux_tsan2")
|
||||
ci_builder("Linux UBSan", "Linux|x64|ubsan")
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
name: "webrtc"
|
||||
access: "group:all"
|
||||
lucicfg {
|
||||
version: "1.40.0"
|
||||
version: "1.43.5"
|
||||
package_dir: "."
|
||||
config_dir: "."
|
||||
entry_point: "config.star"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user