ansible-test: Added Fedora 38 (#81074)

pull/79518/merge
Abhijeet Kasurde 11 months ago committed by GitHub
parent 56b67cccc5
commit bc68ae8b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,3 @@
minor_changes:
- ansible-test - Add Fedora 38 remote.
- ansible-test - Add Fedora 38 container.

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

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

Loading…
Cancel
Save