mirror of
https://github.com/zebrajr/ansible.git
synced 2025-12-06 00:19:48 +01:00
ansible-test - Add alpine 3.19 (#82115)
This commit is contained in:
parent
c0821346fc
commit
73701004b0
|
|
@ -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
|
||||
|
|
|
|||
2
changelogs/fragments/ansible_test_alpine_3.19.yml
Normal file
2
changelogs/fragments/ansible_test_alpine_3.19.yml
Normal file
|
|
@ -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…
Reference in New Issue
Block a user