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:
Felix Fontein 2023-06-20 08:10:28 +02:00 committed by GitHub
parent 3f9f41e5a9
commit f94beeb027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: