From fbdb666411f0d2c833e2a74cbf35593b22abb69f Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Thu, 16 Nov 2023 18:30:13 -0800 Subject: [PATCH] ansible-test: Added Fedora 39 (#82218) * Fedora 39 remote * Fedora 39 container Fixes: #82018 Signed-off-by: Abhijeet Kasurde --- .azure-pipelines/azure-pipelines.yml | 12 ++++++------ .../fragments/ansible-test-added-fedora-39.yml | 3 +++ test/lib/ansible_test/_data/completion/docker.txt | 1 + test/lib/ansible_test/_data/completion/remote.txt | 1 + 4 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 changelogs/fragments/ansible-test-added-fedora-39.yml diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 4fbd7456ee3..50f92313447 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -106,8 +106,8 @@ stages: targets: - name: Alpine 3.18 test: alpine/3.18 - - name: Fedora 38 - test: fedora/38 + - name: Fedora 39 + test: fedora/39 - name: RHEL 9.3 test: rhel/9.3 - name: Ubuntu 22.04 @@ -123,8 +123,8 @@ stages: targets: - name: Alpine 3 test: alpine3 - - name: Fedora 38 - test: fedora38 + - name: Fedora 39 + test: fedora39 - name: Ubuntu 20.04 test: ubuntu2004 - name: Ubuntu 22.04 @@ -138,8 +138,8 @@ stages: targets: - name: Alpine 3 test: alpine3 - - name: Fedora 38 - test: fedora38 + - name: Fedora 39 + test: fedora39 - name: Ubuntu 22.04 test: ubuntu2204 groups: diff --git a/changelogs/fragments/ansible-test-added-fedora-39.yml b/changelogs/fragments/ansible-test-added-fedora-39.yml new file mode 100644 index 00000000000..192536c3e16 --- /dev/null +++ b/changelogs/fragments/ansible-test-added-fedora-39.yml @@ -0,0 +1,3 @@ +minor_changes: + - ansible-test - Add Fedora 39 remote. + - ansible-test - Add Fedora 39 container. diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index b3433f1caec..32965410f54 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -3,5 +3,6 @@ default image=quay.io/ansible/default-test-container:9.3.0 python=3.12,3.7,3.8,3 default image=quay.io/ansible/ansible-core-test-container:9.3.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 fedora38 image=quay.io/ansible/fedora38-test-container:6.3.0 python=3.11 +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 106c195bacf..59f009d0e54 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.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 +fedora/39 python=3.12 become=sudo provider=aws arch=x86_64 fedora become=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 freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64