From a8ceb44a52342c0a35e0c1d70822f561c140166a Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 5 Jun 2024 17:25:58 -0700 Subject: [PATCH] ansible-test - Drop Windows 2012/2012-R2 support (#83380) --- .azure-pipelines/azure-pipelines.yml | 4 ---- changelogs/fragments/ansible-test-windows-2012.yml | 2 ++ test/lib/ansible_test/_data/completion/windows.txt | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) create mode 100644 changelogs/fragments/ansible-test-windows-2012.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7698178ff62..d6e922150f2 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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 diff --git a/changelogs/fragments/ansible-test-windows-2012.yml b/changelogs/fragments/ansible-test-windows-2012.yml new file mode 100644 index 00000000000..915199cdfd6 --- /dev/null +++ b/changelogs/fragments/ansible-test-windows-2012.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Removed support for provisioning remote Windows 2012 and 2012-R2 instances. diff --git a/test/lib/ansible_test/_data/completion/windows.txt b/test/lib/ansible_test/_data/completion/windows.txt index 92b0d086e29..860a2e32a7d 100644 --- a/test/lib/ansible_test/_data/completion/windows.txt +++ b/test/lib/ansible_test/_data/completion/windows.txt @@ -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