From 96852b7032aa54a23f5f4ba9b666798f83e1a934 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 21:13:57 +0100 Subject: [PATCH] [PR #11631/b4336659 backport][stable-12] CI: Remove FreeBSD 14.3 for devel, and replace macOS 15.3 with 26.3 (#11634) CI: Remove FreeBSD 14.3 for devel, and replace macOS 15.3 with 26.3 (#11631) * Replace FreeBSD 14.3 with 14.4, and macOS 15.3 with 26.3. * FreeBSD 14.4 seems to have the same problem as FreeBSD 15.0, disabling for now. (cherry picked from commit b4336659f61fb41d94a02933aa7a68e11e80e762) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 11 +++++++---- tests/integration/targets/iso_extract/aliases | 1 + 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 00717b99df..34855ed6e7 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -189,8 +189,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: macOS 15.3 - test: macos/15.3 + - name: macOS 26.3 + test: macos/26.3 - name: RHEL 10.1 test: rhel/10.1 - name: RHEL 9.7 @@ -198,8 +198,9 @@ stages: # TODO: enable this ASAP! # - name: FreeBSD 15.0 # test: freebsd/15.0 - - name: FreeBSD 14.3 - test: freebsd/14.3 + # TODO: enable this ASAP! + # - name: FreeBSD 14.4 + # test: freebsd/14.4 groups: - 1 - 2 @@ -212,6 +213,8 @@ stages: parameters: testFormat: 2.20/{0} targets: + - name: macOS 15.3 + test: macos/15.3 - name: RHEL 10.1 test: rhel/10.1 - name: FreeBSD 14.3 diff --git a/tests/integration/targets/iso_extract/aliases b/tests/integration/targets/iso_extract/aliases index 2e7d53a9ca..91e3ac62da 100644 --- a/tests/integration/targets/iso_extract/aliases +++ b/tests/integration/targets/iso_extract/aliases @@ -26,4 +26,5 @@ skip/freebsd14.0 # FIXME skip/freebsd14.1 # FIXME skip/freebsd14.2 # FIXME skip/freebsd14.3 # FIXME +skip/freebsd14.4 # FIXME skip/freebsd15.0 # FIXME