mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-17 04:18:42 +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:
|
||||
testFormat: devel/{0}
|
||||
targets:
|
||||
- name: RHEL 9.1 with latest Docker SDK from PyPi
|
||||
test: rhel/9.1-pypi-latest
|
||||
- name: RHEL 9.2 with latest Docker SDK from PyPi
|
||||
test: rhel/9.2-pypi-latest
|
||||
# Currently always hangs in group 2
|
||||
# - name: RHEL 8.8
|
||||
# test: rhel/8.8
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
@ -214,6 +217,10 @@ stages:
|
||||
parameters:
|
||||
testFormat: 2.15/{0}
|
||||
targets:
|
||||
- name: RHEL 9.1
|
||||
test: rhel/9.1
|
||||
- name: RHEL 8.7
|
||||
test: rhel/8.7
|
||||
- name: RHEL 7.9
|
||||
test: rhel/7.9
|
||||
groups:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user