mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 08:46:47 +08:00
Remove linux_tsan2 bot from CQ.
No-Try: True Bug: b/384912633 Change-Id: Ic8a0f50dfd328df8770fbadfe5be51cc40232ee9 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/6105834 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Jeremy Leconte <jleconte@google.com>
This commit is contained in:
parent
13d5e11d38
commit
4115e118e8
@ -97,6 +97,7 @@ config_groups {
|
||||
}
|
||||
builders {
|
||||
name: "libyuv/try/linux_tsan2"
|
||||
experiment_percentage: 100
|
||||
}
|
||||
builders {
|
||||
name: "libyuv/try/linux_ubsan"
|
||||
|
||||
@ -329,7 +329,8 @@ try_builder("linux_asan", "linux")
|
||||
try_builder("linux_gcc", "linux", experiment_percentage = 100)
|
||||
try_builder("linux_msan", "linux")
|
||||
try_builder("linux_rel", "linux")
|
||||
try_builder("linux_tsan2", "linux")
|
||||
# TODO(b/384912633): make this not experimental.
|
||||
try_builder("linux_tsan2", "linux", experiment_percentage = 100)
|
||||
try_builder("linux_ubsan", "linux")
|
||||
try_builder("linux_ubsan_vptr", "linux")
|
||||
try_builder("mac", "mac")
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
name: "libyuv"
|
||||
access: "group:all"
|
||||
lucicfg {
|
||||
version: "1.43.6"
|
||||
version: "1.43.14"
|
||||
package_dir: "."
|
||||
config_dir: "."
|
||||
entry_point: "main.star"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user