From 178a67fd40f815028619a38f9a73309f280a6478 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 20 Sep 2021 20:51:13 -0700 Subject: [PATCH] ansible-test - Add support for windows/2022 (#75743) ci_complete --- .azure-pipelines/azure-pipelines.yml | 2 ++ changelogs/fragments/ansible-test-windows-server-2022.yaml | 2 ++ test/lib/ansible_test/_data/completion/windows.txt | 1 + 3 files changed, 5 insertions(+) create mode 100644 changelogs/fragments/ansible-test-windows-server-2022.yaml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7ff098717e6..c8e181eae3c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -82,6 +82,7 @@ stages: - test: 2012-R2 - test: 2016 - test: 2019 + - test: 2022 - stage: Remote dependsOn: [] jobs: @@ -220,6 +221,7 @@ stages: - test: 2012-R2 - test: 2016 - test: 2019 + - test: 2022 - stage: Incidental dependsOn: [] jobs: diff --git a/changelogs/fragments/ansible-test-windows-server-2022.yaml b/changelogs/fragments/ansible-test-windows-server-2022.yaml new file mode 100644 index 00000000000..80715fccf60 --- /dev/null +++ b/changelogs/fragments/ansible-test-windows-server-2022.yaml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Add support for Windows Server 2022. diff --git a/test/lib/ansible_test/_data/completion/windows.txt b/test/lib/ansible_test/_data/completion/windows.txt index b0461ed9b76..94868f066b0 100644 --- a/test/lib/ansible_test/_data/completion/windows.txt +++ b/test/lib/ansible_test/_data/completion/windows.txt @@ -2,3 +2,4 @@ windows/2012 provider=aws windows/2012-R2 provider=aws windows/2016 provider=aws windows/2019 provider=aws +windows/2022 provider=aws