ansible-test: replace Fedora 39 with 40

Fixes #83097
pull/83262/head
Martin Krizek 2 weeks ago
parent c5114e1819
commit 5683c8d8b2

@ -109,8 +109,8 @@ stages:
targets:
- name: Alpine 3.19
test: alpine/3.19
- name: Fedora 39
test: fedora/39
- name: Fedora 40
test: fedora/40
- name: RHEL 9.3
test: rhel/9.3
- name: Ubuntu 22.04
@ -126,8 +126,8 @@ stages:
targets:
- name: Alpine 3.19
test: alpine319
- name: Fedora 39
test: fedora39
- name: Fedora 40
test: fedora40
- name: Ubuntu 20.04
test: ubuntu2004
- name: Ubuntu 22.04
@ -141,8 +141,8 @@ stages:
targets:
- name: Alpine 3.19
test: alpine319
- name: Fedora 39
test: fedora39
- name: Fedora 40
test: fedora40
- name: Ubuntu 22.04
test: ubuntu2204
groups:

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - replace support for Fedora 39 with 40 (https://github.com/ansible/ansible/issues/83097)

@ -2,6 +2,6 @@ base image=quay.io/ansible/base-test-container:7.0.0 python=3.12,3.8,3.9,3.10,3.
default image=quay.io/ansible/default-test-container:10.0.0 python=3.12,3.8,3.9,3.10,3.11 context=collection
default image=quay.io/ansible/ansible-core-test-container:10.0.0 python=3.12,3.8,3.9,3.10,3.11 context=ansible-core
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.1.0 python=3.12
fedora40 image=quay.io/ansible/fedora40-test-container:7.1.0 python=3.12
ubuntu2004 image=quay.io/ansible/ubuntu2004-test-container:7.1.0 python=3.8
ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:7.1.0 python=3.10

@ -1,6 +1,6 @@
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/40 python=3.12 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64
freebsd/13.3 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/14.0 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64

Loading…
Cancel
Save