diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 228389367e8..872042d0fa7 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -121,8 +121,8 @@ stages: targets: - name: Alpine 3.22 test: alpine/3.22 - - name: Fedora 42 - test: fedora/42 + - name: Fedora 43 + test: fedora/43 - name: RHEL 9.6 test: rhel/9.6 - name: RHEL 10.0 @@ -140,8 +140,8 @@ stages: targets: - name: Alpine 3.22 test: alpine322 - - name: Fedora 42 - test: fedora42 + - name: Fedora 43 + test: fedora43 - name: Ubuntu 22.04 test: ubuntu2204 - name: Ubuntu 24.04 @@ -155,8 +155,8 @@ stages: targets: - name: Alpine 3.22 test: alpine322 - - name: Fedora 42 - test: fedora42 + - name: Fedora 43 + test: fedora43 - name: Ubuntu 24.04 test: ubuntu2404 groups: @@ -167,8 +167,8 @@ stages: parameters: testFormat: linux/{0} targets: - - name: Fedora 42 - test: fedora42 + - name: Fedora 43 + test: fedora43 groups: - 7 - stage: Galaxy diff --git a/changelogs/fragments/ansible-test-platforms.yml b/changelogs/fragments/ansible-test-platforms.yml new file mode 100644 index 00000000000..a6ac4d82544 --- /dev/null +++ b/changelogs/fragments/ansible-test-platforms.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Replace Fedora 42 with 43. diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index e53d05e8084..f4f2453a19f 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -2,6 +2,6 @@ base image=quay.io/ansible/base-test-container:v2.21-0 python=3.14,3.9,3.10,3.11 default image=quay.io/ansible/default-test-container:v2.21-0 python=3.14,3.9,3.10,3.11,3.12,3.13 context=collection default image=quay.io/ansible/ansible-core-test-container:v2.21-0 python=3.14,3.9,3.10,3.11,3.12,3.13 context=ansible-core alpine322 image=quay.io/ansible/alpine-test-container:3.22-v2.20-1 python=3.12 cgroup=none audit=none -fedora42 image=quay.io/ansible/fedora-test-container:42-v2.20-1 python=3.13 cgroup=v2-only +fedora43 image=quay.io/ansible/fedora-test-container:43-v2.21-0 python=3.14 cgroup=v2-only ubuntu2204 image=quay.io/ansible/ubuntu-test-container:22.04-v2.20-1 python=3.10 ubuntu2404 image=quay.io/ansible/ubuntu-test-container:24.04-v2.20-1 python=3.12 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 7405c369889..8fed45018f6 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.22 python=3.12 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 -fedora/42 python=3.13 become=sudo provider=aws arch=x86_64 +fedora/43 python=3.14 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