diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index cba19751b1a..9ec53512fbf 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -123,10 +123,10 @@ stages: - template: templates/matrix.yml # context/controller (ansible-test container management) parameters: targets: - - name: Alpine 3.21 - test: alpine/3.21 - - name: Fedora 41 - test: fedora/41 + - name: Alpine 3.22 + test: alpine/3.22 + - name: Fedora 42 + test: fedora/42 - name: RHEL 9.6 test: rhel/9.6 - name: RHEL 10.0 @@ -142,10 +142,10 @@ stages: parameters: testFormat: linux/{0} targets: - - name: Alpine 3.21 - test: alpine321 - - name: Fedora 41 - test: fedora41 + - name: Alpine 3.22 + test: alpine322 + - name: Fedora 42 + test: fedora42 - name: Ubuntu 22.04 test: ubuntu2204 - name: Ubuntu 24.04 @@ -157,10 +157,10 @@ stages: parameters: testFormat: linux/{0} targets: - - name: Alpine 3.21 - test: alpine321 - - name: Fedora 41 - test: fedora41 + - name: Alpine 3.22 + test: alpine322 + - name: Fedora 42 + test: fedora42 - name: Ubuntu 24.04 test: ubuntu2404 groups: @@ -171,8 +171,8 @@ stages: parameters: testFormat: linux/{0} targets: - - name: Fedora 41 - test: fedora41 + - name: Fedora 42 + test: fedora42 groups: - 7 - stage: Galaxy diff --git a/changelogs/fragments/ansible-test-remotes.yml b/changelogs/fragments/ansible-test-remotes.yml new file mode 100644 index 00000000000..75ed942912c --- /dev/null +++ b/changelogs/fragments/ansible-test-remotes.yml @@ -0,0 +1,4 @@ +minor_changes: + - ansible-test - Upgrade Fedora 41 to Fedora 42. + - ansible-test - Upgrade Alpine 3.21 to 3.22. + - ansible-test - Update Ubuntu containers. diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index ae4669343f0..6a473949062 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -1,7 +1,7 @@ base image=quay.io/ansible/base-test-container:8.2.0 python=3.13,3.8,3.9,3.10,3.11,3.12 default image=quay.io/ansible/default-test-container:11.6.0 python=3.13,3.8,3.9,3.10,3.11,3.12 context=collection default image=quay.io/ansible/ansible-core-test-container:11.6.0 python=3.13,3.8,3.9,3.10,3.11,3.12 context=ansible-core -alpine321 image=quay.io/ansible/alpine321-test-container:9.1.0 python=3.12 cgroup=none audit=none -fedora41 image=quay.io/ansible/fedora41-test-container:9.0.0 python=3.13 cgroup=v2-only -ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:9.0.0 python=3.10 -ubuntu2404 image=quay.io/ansible/ubuntu2404-test-container:9.0.0 python=3.12 +alpine322 image=quay.io/ansible/alpine322-test-container:10.0.0 python=3.12 cgroup=none audit=none +fedora42 image=quay.io/ansible/fedora42-test-container:10.0.0 python=3.13 cgroup=v2-only +ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:10.0.0 python=3.10 +ubuntu2404 image=quay.io/ansible/ubuntu2404-test-container:10.0.0 python=3.12 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 8281bfac5e7..7405c369889 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,6 +1,6 @@ -alpine/3.21 python=3.12 become=doas_sudo provider=aws arch=x86_64 +alpine/3.22 python=3.12 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 -fedora/41 python=3.13 become=sudo provider=aws arch=x86_64 +fedora/42 python=3.13 become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64 freebsd/13.5 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd/14.3 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64