ansible-test - Replace Fedora 40 with 41

Also update other distro containers to remove unnecessary packages:

* apache2
* subversion
* ruby
pull/84281/head
Matt Clay 3 weeks ago
parent 2a53b851fe
commit c8f387328c

@ -121,8 +121,8 @@ stages:
targets:
- name: Alpine 3.20
test: alpine/3.20
- name: Fedora 40
test: fedora/40
- name: Fedora 41
test: fedora/41
- name: RHEL 9.4
test: rhel/9.4
- name: Ubuntu 24.04
@ -138,8 +138,8 @@ stages:
targets:
- name: Alpine 3.20
test: alpine320
- name: Fedora 40
test: fedora40
- name: Fedora 41
test: fedora41
- name: Ubuntu 22.04
test: ubuntu2204
- name: Ubuntu 24.04
@ -153,8 +153,8 @@ stages:
targets:
- name: Alpine 3.20
test: alpine320
- name: Fedora 40
test: fedora40
- name: Fedora 41
test: fedora41
- name: Ubuntu 24.04
test: ubuntu2404
groups:

@ -0,0 +1,3 @@
minor_changes:
- ansible-test - Replace container Fedora 40 with 41.
- ansible-test - Update distro containers to remove unnecessary pakages (apache2, subversion, ruby).

@ -1,2 +1,3 @@
minor_changes:
- ansible-test - Replace remote FreeBSD 13.3 with 13.4.
- ansible-test - Replace remote Fedora 40 with 41.

@ -1,7 +1,7 @@
base image=quay.io/ansible/base-test-container:7.7.0 python=3.13,3.8,3.9,3.10,3.11,3.12
default image=quay.io/ansible/default-test-container:11.3.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.3.0 python=3.13,3.8,3.9,3.10,3.11,3.12 context=ansible-core
alpine320 image=quay.io/ansible/alpine320-test-container:8.1.0 python=3.12 cgroup=none audit=none
fedora40 image=quay.io/ansible/fedora40-test-container:8.1.0 python=3.12
ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:8.1.0 python=3.10
ubuntu2404 image=quay.io/ansible/ubuntu2404-test-container:8.1.0 python=3.12
alpine320 image=quay.io/ansible/alpine320-test-container:9.0.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

@ -1,6 +1,6 @@
alpine/3.20 python=3.12 become=doas_sudo provider=aws arch=x86_64
alpine become=doas_sudo provider=aws arch=x86_64
fedora/40 python=3.12 become=sudo provider=aws arch=x86_64
fedora/41 python=3.13 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64
freebsd/13.4 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/14.1 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64

Loading…
Cancel
Save