From 73701004b0a2e734d9b5e69c2dfeafb7be630ca0 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Thu, 21 Mar 2024 18:02:29 -0700 Subject: [PATCH] ansible-test - Add alpine 3.19 (#82115) --- .azure-pipelines/azure-pipelines.yml | 2 ++ changelogs/fragments/ansible_test_alpine_3.19.yml | 2 ++ test/lib/ansible_test/_data/completion/docker.txt | 1 + test/lib/ansible_test/_data/completion/remote.txt | 1 + 4 files changed, 6 insertions(+) create mode 100644 changelogs/fragments/ansible_test_alpine_3.19.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index f0301a66dd5..c1ff7c70f28 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -110,6 +110,8 @@ stages: targets: - name: Alpine 3.18 test: alpine/3.18 + - name: Alpine 3.19 + test: alpine/3.19 - name: Fedora 39 test: fedora/39 - name: RHEL 9.3 diff --git a/changelogs/fragments/ansible_test_alpine_3.19.yml b/changelogs/fragments/ansible_test_alpine_3.19.yml new file mode 100644 index 00000000000..b73c214ffac --- /dev/null +++ b/changelogs/fragments/ansible_test_alpine_3.19.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Add Alpine 3.19 to remotes. diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index 4cbd56c4fef..b7bb16f2db1 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -2,6 +2,7 @@ base image=quay.io/ansible/base-test-container:6.1.0 python=3.12,3.7,3.8,3.9,3.1 default image=quay.io/ansible/default-test-container:9.4.0 python=3.12,3.7,3.8,3.9,3.10,3.11 context=collection default image=quay.io/ansible/ansible-core-test-container:9.4.0 python=3.12,3.7,3.8,3.9,3.10,3.11 context=ansible-core alpine3 image=quay.io/ansible/alpine3-test-container:6.3.0 python=3.11 cgroup=none audit=none +alpine319 image=quay.io/ansible/alpine319-test-container:7.1.0 python=3.11 cgroup=none audit=none fedora39 image=quay.io/ansible/fedora39-test-container:7.0.0 python=3.12 ubuntu2004 image=quay.io/ansible/ubuntu2004-test-container:6.3.0 python=3.8 ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:6.3.0 python=3.10 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index b9edba5cc1e..45e442541a7 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,4 +1,5 @@ alpine/3.18 python=3.11 become=doas_sudo provider=aws arch=x86_64 +alpine/3.19 python=3.11 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 fedora/39 python=3.12 become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64