diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index a231cdc196a..5d0d8859139 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -120,6 +120,8 @@ stages: test: alpine/3.17 - name: Fedora 37 test: fedora/37 + - name: Fedora 38 + test: fedora/38 - name: RHEL 8.8 test: rhel/8.8 - name: RHEL 9.2 @@ -143,6 +145,8 @@ stages: test: centos7 - name: Fedora 37 test: fedora37 + - name: Fedora 38 + test: fedora38 - name: openSUSE 15 test: opensuse15 - name: Ubuntu 20.04 @@ -160,6 +164,8 @@ stages: test: alpine3 - name: Fedora 37 test: fedora37 + - name: Fedora 38 + test: fedora38 - name: Ubuntu 22.04 test: ubuntu2204 groups: diff --git a/changelogs/fragments/ansible-test-added-fedora-38.yml b/changelogs/fragments/ansible-test-added-fedora-38.yml new file mode 100644 index 00000000000..9bb094be4d6 --- /dev/null +++ b/changelogs/fragments/ansible-test-added-fedora-38.yml @@ -0,0 +1,3 @@ +minor_changes: + - ansible-test - Add Fedora 38 remote. + - ansible-test - Add Fedora 38 container. diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index 9e49c1a8adf..57644427e4d 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -4,6 +4,7 @@ default image=quay.io/ansible/ansible-core-test-container:8.2.0 python=3.11,2.7, alpine3 image=quay.io/ansible/alpine3-test-container:5.0.0 python=3.10 cgroup=none audit=none centos7 image=quay.io/ansible/centos7-test-container:5.0.0 python=2.7 cgroup=v1-only fedora37 image=quay.io/ansible/fedora37-test-container:5.0.0 python=3.11 +fedora38 image=quay.io/ansible/fedora38-test-container:6.1.0 python=3.11 opensuse15 image=quay.io/ansible/opensuse15-test-container:6.0.0 python=3.6 ubuntu2004 image=quay.io/ansible/ubuntu2004-test-container:5.0.0 python=3.8 ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:5.0.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 9eb361a5948..a1d7e543ca8 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,6 +1,7 @@ alpine/3.17 python=3.10 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 fedora/37 python=3.11 become=sudo provider=aws arch=x86_64 +fedora/38 python=3.11 become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64 freebsd/12.4 python=3.9 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd/13.2 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64