-
Notifications
You must be signed in to change notification settings - Fork 225
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
We should add Windows Server 2022 as an additional OS for our integration tests #1713
Comments
Hi, can you please assign me |
I'm quite new to this so I might need some guidance |
Glad to have you here! I think this should be pretty straightforward. Duplicate this block in the azure-pipelines.yml and replace SqlServerDsc/azure-pipelines.yml Lines 255 to 320 in 96edad6
Then any resources that fail (if any) on Windows Server 2022 must be resolved, those that does not pass the integration tests on Windows Server 2022 for one reason or another. |
We should really make a matrix so we can avoid duplicate the jobs, but that is more complicated and we can fix that in another PR if you like. |
@akbhuker I found how we can create a matrix in the Azure Piplelines documentation. So we should remove the jobs
|
- SqlServerDsc - Update HQRM tests to run on the VM image `windows-2022`. - Update unit tests to run on the VM image `windows-2022`. - Update integration tests to run both on Windows Server 2019 and Windows Server 2022 (issue #1713).
actions/runner-images#3949
The text was updated successfully, but these errors were encountered: