Commit be19b30
ci: fix Windows E2E cluster setup being skipped
- Remove runner.os != 'Windows' guard from Setup E2E Tests — the step
uses shell: bash (Git Bash on Windows) and already handles EXEC_CG
for Windows; skipping it left no cluster for the tests to connect to
- Add || true to docker info | grep -i cgroup in setup-dual-e2e.sh so
set -eo pipefail does not abort setup when cgroup info is absent on
Windows Docker Desktop
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ecf82b7 commit be19b30
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
393 | 393 | | |
394 | 394 | | |
395 | 395 | | |
396 | | - | |
| 396 | + | |
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments