From 7846cddab87bbba15b3a2fb5c172cc3dd6e288aa Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:34:02 +0200 Subject: [PATCH] [PR #8607/8451fc36 backport][stable-9] Remove EOL'ed FreeBSD 13.2 from CI (#8610) Remove EOL'ed FreeBSD 13.2 from CI (#8607) Remove EOL'ed FreeBSD 13.2 from CI. Apparently the packages are no longer available. (cherry picked from commit 8451fc36ca002f04802aebe46391e1928d8ba35a) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 7c6470b8da..8db5107f4c 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -232,8 +232,8 @@ stages: test: rhel/9.2 - name: RHEL 8.8 test: rhel/8.8 - - name: FreeBSD 13.2 - test: freebsd/13.2 + # - name: FreeBSD 13.2 + # test: freebsd/13.2 groups: - 1 - 2