ansible-test: remove alpine 3.17 (#81124)

This commit is contained in:
Brian Coca
2023-08-01 11:54:33 -07:00
committed by GitHub
parent 0b9d83ccdb
commit 6d1f85bbe9
3 changed files with 2 additions and 3 deletions
-2
View File
@@ -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