From 31b03d82247a563a2d8daccfc3da9343da8bf415 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 17:37:18 +0100 Subject: [PATCH] Add Fedora 41, Alpine 3.21, RHEL 9.5 to CI for devel. (#1024) (#1025) (cherry picked from commit b72e17cc537284d99c2d9f92702b60e57c7422be) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 3cd68302..4a1bff7b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -120,14 +120,14 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: Fedora 40 - test: fedora40 + - name: Fedora 41 + test: fedora41 - name: Ubuntu 22.04 test: ubuntu2204 - name: Ubuntu 24.04 test: ubuntu2404 - - name: Alpine 3.20 - test: alpine320 + - name: Alpine 3.21 + test: alpine321 groups: - 4 - 5 @@ -140,8 +140,12 @@ stages: parameters: testFormat: 2.18/linux/{0} targets: + - name: Fedora 40 + test: fedora40 - name: Ubuntu 22.04 test: ubuntu2204 + - name: Alpine 3.20 + test: alpine320 groups: - 4 - 5 @@ -230,8 +234,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: RHEL 9.4 with Docker SDK, urllib3, requests from sources - test: rhel/9.4-dev-latest + - name: RHEL 9.5 with Docker SDK, urllib3, requests from sources + test: rhel/9.5-dev-latest groups: - 1 - 2