-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove windows-2019 and -2025 targets from CI #1604
Remove windows-2019 and -2025 targets from CI #1604
Conversation
/test pull-azure-vhds |
@mboersma Are these targets actually broken or just in CI? As in, do we want to drop support for building these completely? |
/test pull-azure-sigs @AverageMarcus, as far as I can tell, the windows-2019 targets are broken and maybe we should remove them altogether, although @jsturtevant should weigh in. The windows-2025 target supposedly only fails in CI, and needs to be fixed and supported. |
/test pull-azure-sigs Two unrelated flakes and a timeout. :-( Not sure why things are going badly here, I'm running |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jsturtevant The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Change description
Removes the Azure windows-2019 and windows-2025 targets from CI runs, since they are both failing and blocking unrelated PRs from merging.
Related issues