mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
More platforms, add scripts.
This commit is contained in:
parent
08c4020015
commit
7e2cfc2e2f
4 changed files with 9 additions and 0 deletions
|
@ -197,6 +197,12 @@ stages:
|
||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/{0}
|
testFormat: devel/{0}
|
||||||
targets:
|
targets:
|
||||||
|
- name: Alpine 3.16
|
||||||
|
test: alpine/3.16
|
||||||
|
- name: Fedora 36
|
||||||
|
test: fedora/36
|
||||||
|
- name: Ubuntu 20.04
|
||||||
|
test: ubuntu/20.04
|
||||||
- name: Ubuntu 22.04
|
- name: Ubuntu 22.04
|
||||||
test: ubuntu/22.04
|
test: ubuntu/22.04
|
||||||
groups:
|
groups:
|
||||||
|
|
1
tests/utils/shippable/alpine.sh
Symbolic link
1
tests/utils/shippable/alpine.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
remote.sh
|
1
tests/utils/shippable/fedora.sh
Symbolic link
1
tests/utils/shippable/fedora.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
remote.sh
|
1
tests/utils/shippable/ubuntu.sh
Symbolic link
1
tests/utils/shippable/ubuntu.sh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
remote.sh
|
Loading…
Reference in a new issue