From 6d1f85bbe937d671f6bef06837e3be428c692d41 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 1 Aug 2023 14:54:33 -0400 Subject: [PATCH] ansible-test: remove alpine 3.17 (#81124) --- .azure-pipelines/azure-pipelines.yml | 2 -- changelogs/fragments/a_test_rmv_alpine_317.yml | 2 ++ test/lib/ansible_test/_data/completion/remote.txt | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/a_test_rmv_alpine_317.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 5d4dbf257d1..37c7e5c6be2 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -116,8 +116,6 @@ stages: - template: templates/matrix.yml # context/controller (ansible-test container management) parameters: targets: - - name: Alpine 3.17 - test: alpine/3.17 - name: Alpine 3.18 test: alpine/3.18 - name: Fedora 38 diff --git a/changelogs/fragments/a_test_rmv_alpine_317.yml b/changelogs/fragments/a_test_rmv_alpine_317.yml new file mode 100644 index 00000000000..1ae613d0598 --- /dev/null +++ b/changelogs/fragments/a_test_rmv_alpine_317.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - remove Alpine 3.17 from remotes diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 806c21d3049..4a0505747ea 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,4 +1,3 @@ -alpine/3.17 python=3.10 become=doas_sudo provider=aws arch=x86_64 alpine/3.18 python=3.11 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 fedora/38 python=3.11 become=sudo provider=aws arch=x86_64