From 6195a654c4cf7dbc10e719f08de3a08f5ac41314 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 28 Apr 2025 20:40:57 +0200 Subject: [PATCH] Re-enable RHEL 8 in CI. --- .azure-pipelines/azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 878fd0a9..aaed655a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -248,9 +248,8 @@ stages: targets: - name: RHEL 9.2 test: rhel/9.2 - # Currently always hangs in group 2 - # - name: RHEL 8.8 - # test: rhel/8.8 + - name: RHEL 8.8 + test: rhel/8.8 - name: RHEL 7.9 test: rhel/7.9 groups: