-
-
Notifications
You must be signed in to change notification settings - Fork 101
Vagrant: Update Windows Checks ( GHA & VPC ) To Include Windows 2025 Support #4061
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
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A block has been put on this Pull Request as this repository is temporarily under a code freeze due to an ongoing release cycle.
If this pull request needs to be merged during the release cycle then please comment /merge
and a PMC member will be able to remove the block.
If the code freeze is over you can remove this block by commenting /thaw
.
943b994
to
f60f858
Compare
f5c4e9a
to
176fc4f
Compare
e014487
to
2b5ef13
Compare
7252a39
to
19ca9dd
Compare
8d41baa
to
95cb630
Compare
/thaw |
Pull Request unblocked - code freeze is over.
Make the following changes, to add Windows 2025 support to the infrastructure repository:
Update github action checks to replace win2019 with win2025, as , 2019 is deprecated.
Update VPC checks to included windows 2025 ( including performant "adopt" layout vagrant image
Update Vagrant Files To Pin Ansible Configuration Script, as no longer available on master branch.
Checklist
❌ JDK8 / Win2025 : Fails due to issue building with current VS2022 version
✔️ JDK11 / Win2025 : https://ci.adoptium.net/job/sfr-vpc-test/OS=Win2025,label=vagrant/40/
✔️ JDK17 / Win2025 : https://ci.adoptium.net/job/sfr-vpc-test/41/OS=Win2025,label=vagrant/
✔️ JDK21 / Win2025 : https://ci.adoptium.net/job/sfr-vpc-test/OS=Win2025,label=vagrant/42/
✔️ JDK25 / Win2025 : https://ci.adoptium.net/job/sfr-vpc-test/OS=Win2025,label=vagrant/44/
❌ JDK8 / Win2022 : Fails due to issue building with current VS2022 version
✔️ JDK11 / Win2022 : https://ci.adoptium.net/job/sfr-vpc-test/46/
✔️ JDK17 / Win2022 : https://ci.adoptium.net/job/sfr-vpc-test/OS=Win2022,label=vagrant/48/
✔️ JDK21 / Win2022 : https://ci.adoptium.net/job/sfr-vpc-test/OS=Win2022,label=vagrant/51/
✔️ JDK25 / Win2022 : https://ci.adoptium.net/job/sfr-vpc-test/OS=Win2022,label=vagrant/54/