From 402645ab9d89ad76846c9422796f0390b1cc72c0 Mon Sep 17 00:00:00 2001 From: Aaron Sky Date: Wed, 19 Nov 2025 21:16:59 -0500 Subject: [PATCH] wip: see what's wrong with bazelci --- .bazelci/presubmit.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 0ded4bd0c..60bd1c063 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -42,22 +42,19 @@ tasks: bazel: 8.x <<: *common - # TODO: Re-enable when we fix bazel 9.x - # macos_last_rc: - # name: "Last RC Bazel" - # bazel: last_rc - # <<: *common + macos_last_rc: + name: "Last RC Bazel" + bazel: last_rc + <<: *common macos_last_green: name: "Last Green Bazel" - # TODO: Move back to last_green ASAP - bazel: 5409637c4e2d5c010b7264172b1004a2afd46bfe + bazel: last_green <<: *common doc_tests: name: "Doc tests" - # TODO: Move back to last_green once rules_cc is fixed - bazel: 48555196ef92f54d0a331a01dac9db0a6aabc8b4 + bazel: last_green platform: ubuntu2004 test_targets: - "doc/..."