From 2a4e10dbd5f27c9054aa2ebcb9264b7ef84b1b0c Mon Sep 17 00:00:00 2001 From: "softwarefactory-project-zuul[bot]" <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com> Date: Tue, 20 May 2025 00:22:19 +0000 Subject: [PATCH] Merge pull request #640 from Klaas-/Klaas-fixCI Remove EOL FreeBSD 13.2 from CI SUMMARY CI seems to be failing for a month, reason is that freebsd 13.2 is no longer valid. See ansible-collections/community.general#8607 ISSUE TYPE Bugfix Pull Request COMPONENT NAME CI Reviewed-by: Felix Fontein Reviewed-by: Hideki Saito --- .azure-pipelines/azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e17b0d9..3e43100 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -239,8 +239,6 @@ stages: test: rhel/8.8 - name: RHEL 9.2 test: rhel/9.2 - - name: FreeBSD 13.2 - test: freebsd/13.2 - stage: Remote_2_15 displayName: Remote 2.15 @@ -256,8 +254,6 @@ stages: test: rhel/8.7 - name: RHEL 9.1 test: rhel/9.1 - - name: FreeBSD 13.2 - test: freebsd/13.2 ## Finally