From 0f4153bacf277ab42eb207fbd5909a09b1f3361c Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 14 Sep 2025 21:29:51 +0200 Subject: [PATCH] Start using Ubuntu VMs instead of RHEL VMs. --- .azure-pipelines/azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d1f90ec1..2b889809 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -228,6 +228,8 @@ stages: targets: - name: RHEL 9.6 with Docker SDK, urllib3, requests from sources test: rhel/9.6-dev-latest + - name: Ubuntu 24.04 + test: ubuntu/24.04 groups: - 1 - 2 @@ -244,6 +246,8 @@ stages: targets: - name: RHEL 9.5 test: rhel/9.5 + - name: Ubuntu 22.04 + test: ubuntu/22.04 groups: - 1 - 2 @@ -290,8 +294,6 @@ stages: parameters: testFormat: 2.16/{0} targets: - - name: RHEL 9.2 - test: rhel/9.2 - name: RHEL 8.8 test: rhel/8.8 - name: RHEL 7.9