Skip to content

Commit 9c12bfd

Browse files
committed
ci: temporarily disable Windows CI for PRs
Currently seems to be broken due to Vampire/setup-wsl#76. We're only disabling for PRs right now to unblock ongoing work, `main` will continue to fail until the root cause is addressed.
1 parent 193b394 commit 9c12bfd

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

.github/workflows/pr.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -127,23 +127,24 @@ jobs:
127127
- name: Run CLI E2E tests
128128
run: pnpm bazel test --test_env=E2E_SHARD_TOTAL=6 --test_env=E2E_SHARD_INDEX=${{ matrix.shard }} --config=e2e //tests/legacy-cli:e2e.${{ matrix.subset }}_node${{ matrix.node }}
129129

130-
e2e-windows-subset:
131-
needs: build
132-
runs-on: windows-2025
133-
steps:
134-
- name: Initialize environment
135-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415
136-
- name: Setup Bazel
137-
uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415
138-
- name: Setup Bazel RBE
139-
uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415
140-
with:
141-
allow_windows_rbe: true
142-
- name: Run CLI E2E tests
143-
uses: ./.github/shared-actions/windows-bazel-test
144-
with:
145-
test_target_name: e2e_node22
146-
test_args: --esbuild --glob "tests/basic/{build,rebuild}.ts"
130+
# Temporarily disabled due to https://github.com/Vampire/setup-wsl/issues/76.
131+
# e2e-windows-subset:
132+
# needs: build
133+
# runs-on: windows-2025
134+
# steps:
135+
# - name: Initialize environment
136+
# uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@59c46175bf3a8870c0c2ceb9de1eb741fd50d415
137+
# - name: Setup Bazel
138+
# uses: angular/dev-infra/github-actions/bazel/setup@59c46175bf3a8870c0c2ceb9de1eb741fd50d415
139+
# - name: Setup Bazel RBE
140+
# uses: angular/dev-infra/github-actions/bazel/configure-remote@59c46175bf3a8870c0c2ceb9de1eb741fd50d415
141+
# with:
142+
# allow_windows_rbe: true
143+
# - name: Run CLI E2E tests
144+
# uses: ./.github/shared-actions/windows-bazel-test
145+
# with:
146+
# test_target_name: e2e_node22
147+
# test_args: --esbuild --glob "tests/basic/{build,rebuild}.ts"
147148

148149
e2e-package-managers:
149150
needs: build

0 commit comments

Comments
 (0)