ansible-test: remove alpine 3.17 (#81124)

pull/81398/head
Brian Coca 10 months ago committed by GitHub
parent 0b9d83ccdb
commit 6d1f85bbe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -116,8 +116,6 @@ stages:
- template: templates/matrix.yml # context/controller (ansible-test container management)
parameters:
targets:
- name: Alpine 3.17
test: alpine/3.17
- name: Alpine 3.18
test: alpine/3.18
- name: Fedora 38

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - remove Alpine 3.17 from remotes

@ -1,4 +1,3 @@
alpine/3.17 python=3.10 become=doas_sudo provider=aws arch=x86_64
alpine/3.18 python=3.11 become=doas_sudo provider=aws arch=x86_64
alpine become=doas_sudo provider=aws arch=x86_64
fedora/38 python=3.11 become=sudo provider=aws arch=x86_64

Loading…
Cancel
Save