From 57bcedbe6f882f036199795348b14cdf3e562629 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Wed, 4 Mar 2026 22:31:44 -0800 Subject: [PATCH] ci: disable soft-fail jobs to unbreak ci --- .bazelci/presubmit.yml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 630638ee80..6b1dffa919 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -194,20 +194,23 @@ tasks: name: "Default: Ubuntu, upcoming Bazel" platform: ubuntu2204 bazel: last_rc - ubuntu_rolling: - name: "Default: Ubuntu, rolling Bazel" - platform: ubuntu2204 - bazel: rolling - # This is an advisory job; doesn't block merges - soft_fail: - - exit_status: 1 - - exit_status: 3 - test_targets: - - "--" - - "//tests/..." - test_flags: - - "--keep_going" - - "--test_tag_filters=-integration-test" + # Temporarily remove this job to avoid all of CI failing + # Can be re-enabled after BazelCI is fixed, see + # https://github.com/bazelbuild/continuous-integration/pull/2487 + # ubuntu_rolling: + # name: "Default: Ubuntu, rolling Bazel" + # platform: ubuntu2204 + # bazel: rolling + # # This is an advisory job; doesn't block merges + # soft_fail: + # - exit_status: 1 + # - exit_status: 3 + # test_targets: + # - "--" + # - "//tests/..." + # test_flags: + # - "--keep_going" + # - "--test_tag_filters=-integration-test" ubuntu_workspace: <<: *reusable_config <<: *common_workspace_flags