From 5c43ae6a670cf5490d3839c1a1f00ff128e77ec5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Apr 2022 12:45:01 +0200 Subject: [PATCH] CI: remove FreeBSD 12.0 and 12.2, re-enable pkgng tests (#4511) (#4514) * Remove FreeBSD 12.0 and 12.2 from CI. * Revert "Temporarily disable the pkgng tests. (#4493)" This reverts commit 5ecac692de194b62bc579256708a0372d8d41995. (cherry picked from commit 26cebb9c30d0fe2e714ec4d411d30a1bd834b3a9) --- .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 c3cb22b439..9043954ca7 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -249,8 +249,8 @@ stages: test: rhel/7.9 - name: RHEL 8.3 test: rhel/8.3 - - name: FreeBSD 12.2 - test: freebsd/12.2 + #- name: FreeBSD 12.2 + # test: freebsd/12.2 groups: - 1 - 2 @@ -281,8 +281,8 @@ stages: test: rhel/8.2 - name: RHEL 7.8 test: rhel/7.8 - - name: FreeBSD 12.0 - test: freebsd/12.0 + #- name: FreeBSD 12.0 + # test: freebsd/12.0 groups: - 1 - 2