Conversation
🤖 GitHub commentsJust comment with:
|
There was a problem hiding this comment.
🟢 Approval recommended
The change is narrowly scoped to CI VM selection and does not introduce functional code changes, with only a minor documentation clarification suggested in review comments.
Pull request overview
This PR updates the Buildkite exhaustive-test VM image selection to force Windows compatibility jobs to run on Windows Server 2016 by constraining the windows image list to a single entry.
Changes:
- Restricts the Windows VM image selection list to
windows-2016in the shared VM images manifest used by the exhaustive-tests step generator.
File summaries
| File | Description |
|---|---|
.buildkite/scripts/common/vm-images.json |
Pins the Windows image list to windows-2016 so randomized/exhaustive Windows jobs always select that OS. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "opensuse": ["opensuse-leap-15"] | ||
| }, | ||
| "windows": ["windows-2025", "windows-2022", "windows-2019", "windows-2016"] | ||
| "windows": ["windows-2016"] |
|
run exhaustive tests |
|
This pull request does not have a backport label. Could you fix it @donoghuc? 🙏
|
|
Moving the discussion here #19483 (comment) to this to focus in on the problem. I want to make sure its clear that this was an issue outside the resolv bump pr. cc @andsel |
💛 Build succeeded, but was flaky
Failed CI Steps |
No description provided.