pull/86220/merge
Matt Clay 13 hours ago committed by GitHub
commit 5a835c863f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Replace Fedora 42 with 43.

@ -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

@ -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

Loading…
Cancel
Save