ansible-test - Add alpine 3.19 (#82115)

pull/82884/head
Abhijeet Kasurde 2 months ago committed by GitHub
parent c0821346fc
commit 73701004b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -110,6 +110,8 @@ stages:
targets:
- name: Alpine 3.18
test: alpine/3.18
- name: Alpine 3.19
test: alpine/3.19
- name: Fedora 39
test: fedora/39
- name: RHEL 9.3

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Add Alpine 3.19 to remotes.

@ -2,6 +2,7 @@ base image=quay.io/ansible/base-test-container:6.1.0 python=3.12,3.7,3.8,3.9,3.1
default image=quay.io/ansible/default-test-container:9.4.0 python=3.12,3.7,3.8,3.9,3.10,3.11 context=collection
default image=quay.io/ansible/ansible-core-test-container:9.4.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
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.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

@ -1,4 +1,5 @@
alpine/3.18 python=3.11 become=doas_sudo provider=aws arch=x86_64
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 become=sudo provider=aws arch=x86_64

Loading…
Cancel
Save