From cadde2b4df860f59239d7393d09907e9b8442816 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Fri, 6 Mar 2026 09:02:15 -0800 Subject: [PATCH] ci: soft fail for upcoming bazel job --- .bazelci/presubmit.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 630638ee80..dc54ea3eae 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -194,6 +194,10 @@ tasks: name: "Default: Ubuntu, upcoming Bazel" platform: ubuntu2204 bazel: last_rc + # RCs may have regressions, so don't fail our CI on them + soft_fail: + - exit_status: 1 + - exit_status: 3 ubuntu_rolling: name: "Default: Ubuntu, rolling Bazel" platform: ubuntu2204