Skip to content

Commit 281dbad

Browse files
authored
Always run bazel:test:windows-amd64 in CI (#48208)
### Motivation This job is critical to ensure _any_ change, whether strictly `bazel`-related or in the source code being built/tested, doesn't break Windows builds. It's the second time a breaking change is not gated properly (this time leading to #48207), so we're kindly asking to lift the Windows pipeline exclusion and always run this job in CI. Co-authored-by: regis.desgroppes <[email protected]>
1 parent 8ff68ee commit 281dbad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.gitlab/build/bazel/test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ bazel:test:macos-arm64:
2525

2626
bazel:test:windows-amd64:
2727
extends: [ .bazel:test, .bazel:runner:windows-amd64 ]
28-
rules:
29-
- !reference [ .except_skip_windows ]
30-
- when: on_success
3128
variables:
3229
POWERSHELL_SCRIPT: |-
3330
bazel test //bazel/tests/... //rtloader/...

0 commit comments

Comments
 (0)