From f94beeb0277d66f0012fcc0a8cde8afd29e823d5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 20 Jun 2023 08:10:28 +0200 Subject: [PATCH] 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. --- .azure-pipelines/azure-pipelines.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index ac5c8623..946e921d 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -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: