From 9df16f405bd98bdf72c849cc9a3968270dcece10 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 20:12:28 +0200 Subject: [PATCH] [PR #7103/5e27bbfd backport][stable-5] CI: FreeBSD 13.0 and 12.3 are no longer availabe, bump versions and disable since these versions are already tested with stable-2.15 (#7105) CI: FreeBSD 13.0 and 12.3 are no longer availabe, bump versions and disable since these versions are already tested with stable-2.15 (#7103) FreeBSD 13.0 and 12.3 are no longer availabe, bump versions and disable since these versions are already tested with stable-2.15. (cherry picked from commit 5e27bbfdf6e70255d1a8ef7db4ef6b1393234452) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index e4c437903e..eda6046f26 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -172,8 +172,8 @@ stages: targets: - name: RHEL 9.0 test: rhel/9.0 - - name: FreeBSD 12.3 - test: freebsd/12.3 + #- name: FreeBSD 12.4 + # test: freebsd/12.4 groups: - 1 - 2 @@ -190,8 +190,8 @@ stages: test: macos/12.0 - name: RHEL 8.5 test: rhel/8.5 - - name: FreeBSD 13.0 - test: freebsd/13.0 + #- name: FreeBSD 13.1 + # test: freebsd/13.1 groups: - 1 - 2