mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 12:28:55 +00:00
Add RHEL 8.7 and 9.2 to CI (#649)
* Add RHEL 8.7, 8.8, and 9.2 to CI. * Skip RHEL 8.8 for now.
This commit is contained in:
parent
3f9f41e5a9
commit
f94beeb027
@ -198,8 +198,11 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: devel/{0}
|
testFormat: devel/{0}
|
||||||
targets:
|
targets:
|
||||||
- name: RHEL 9.1 with latest Docker SDK from PyPi
|
- name: RHEL 9.2 with latest Docker SDK from PyPi
|
||||||
test: rhel/9.1-pypi-latest
|
test: rhel/9.2-pypi-latest
|
||||||
|
# Currently always hangs in group 2
|
||||||
|
# - name: RHEL 8.8
|
||||||
|
# test: rhel/8.8
|
||||||
groups:
|
groups:
|
||||||
- 1
|
- 1
|
||||||
- 2
|
- 2
|
||||||
@ -214,6 +217,10 @@ stages:
|
|||||||
parameters:
|
parameters:
|
||||||
testFormat: 2.15/{0}
|
testFormat: 2.15/{0}
|
||||||
targets:
|
targets:
|
||||||
|
- name: RHEL 9.1
|
||||||
|
test: rhel/9.1
|
||||||
|
- name: RHEL 8.7
|
||||||
|
test: rhel/8.7
|
||||||
- name: RHEL 7.9
|
- name: RHEL 7.9
|
||||||
test: rhel/7.9
|
test: rhel/7.9
|
||||||
groups:
|
groups:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user