From 793add9dfb9542f124f22b5367a84841baafad12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Terelius?= Date: Mon, 11 Mar 2024 22:23:40 +0100 Subject: [PATCH] Temporarily remove linux_msan from cq MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: b/329130536 Change-Id: Id4933de9bbe98abf8e19e8418ce67cfe0a48eb49 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/342600 Commit-Queue: Mirko Bonadei Reviewed-by: Mirko Bonadei Auto-Submit: Björn Terelius Cr-Commit-Position: refs/heads/main@{#41877} --- infra/config/commit-queue.cfg | 6 ------ infra/config/config.star | 2 +- infra/config/project.cfg | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/infra/config/commit-queue.cfg b/infra/config/commit-queue.cfg index c51eb0cd8b..53061dfa41 100644 --- a/infra/config/commit-queue.cfg +++ b/infra/config/commit-queue.cfg @@ -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" } diff --git a/infra/config/config.star b/infra/config/config.star index 94d2d9ccc6..d02a380354 100755 --- a/infra/config/config.star +++ b/infra/config/config.star @@ -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") diff --git a/infra/config/project.cfg b/infra/config/project.cfg index ce5419c65c..fb19e5782c 100644 --- a/infra/config/project.cfg +++ b/infra/config/project.cfg @@ -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"