ansible-test - Drop Windows 2012/2012-R2 support (#83380)

pull/83443/head
Matt Clay 6 months ago committed by GitHub
parent d00a739ed9
commit a8ceb44a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -70,8 +70,6 @@ stages:
nameFormat: Server {0}
testFormat: windows/{0}/1
targets:
- test: 2012
- test: 2012-R2
- test: 2016
- test: 2019
- test: 2022
@ -191,8 +189,6 @@ stages:
nameFormat: Server {0}
testFormat: i/windows/{0}
targets:
- test: 2012
- test: 2012-R2
- test: 2016
- test: 2019
- test: 2022

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Removed support for provisioning remote Windows 2012 and 2012-R2 instances.

@ -1,5 +1,3 @@
windows/2012 provider=azure arch=x86_64
windows/2012-R2 provider=azure arch=x86_64
windows/2016 provider=aws arch=x86_64
windows/2019 provider=aws arch=x86_64
windows/2022 provider=aws arch=x86_64

Loading…
Cancel
Save