Jens-G opened a new pull request, #3589: URL: https://github.com/apache/thrift/pull/3589
## Summary - Switch `runs-on` from `windows-2025` to `windows-2025-vs2026` ahead of GitHub's forced migration (deadline 2026-06-15; already active on new jobs per runner notice in CI logs) - Explicitly start the Docker service (`Start-Service -Name Docker`) at the top of the daemon-wait step — the new runner image has Docker Engine installed but not auto-started, causing the polling loop to exhaust completely - Extend the poll deadline from 4 → 6 minutes and the step timeout from 5 → 8 minutes as a safety margin ## Context PR #3578 added a polling loop to handle the case where the daemon was *slow to start*. The `windows-2025-vs2026` runner image goes further: the Docker Engine service is present but **never starts on its own**, so the loop always times out. Starting the service explicitly fixes this. ## Test plan - [ ] CI passes on this PR with the `windows-2025-vs2026` runner - [ ] `Wait for Docker daemon` step completes in well under 6 minutes 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
