From eace1e99462d4185a4aee8d1dc2cefa527ea94ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Desgroppes?= Date: Mon, 23 Mar 2026 13:35:54 +0100 Subject: [PATCH] Always run bazel:test:windows-amd64 This job is critical to ensure _any_ `bazel`-related change doesn't break Windows builds. It's the second time a breaking change is not gated properly, so we're kindly asking to lift the Windows pipeline exclusion and always run this job in CI. --- .gitlab/build/bazel/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab/build/bazel/test.yml b/.gitlab/build/bazel/test.yml index b123becc0130a1..14377fcec3d084 100644 --- a/.gitlab/build/bazel/test.yml +++ b/.gitlab/build/bazel/test.yml @@ -25,9 +25,6 @@ bazel:test:macos-arm64: bazel:test:windows-amd64: extends: [ .bazel:test, .bazel:runner:windows-amd64 ] - rules: - - !reference [ .except_skip_windows ] - - when: on_success variables: POWERSHELL_SCRIPT: |- bazel test //bazel/tests/... //rtloader/...