From 26cebb9c30d0fe2e714ec4d411d30a1bd834b3a9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Apr 2022 12:09:35 +0200 Subject: [PATCH] CI: remove FreeBSD 12.0 and 12.2, re-enable pkgng tests (#4511) * Remove FreeBSD 12.0 and 12.2 from CI. * Revert "Temporarily disable the pkgng tests. (#4493)" This reverts commit 5ecac692de194b62bc579256708a0372d8d41995. --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- tests/integration/targets/pkgng/aliases | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 255e484025..3a245d580e 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -280,8 +280,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 @@ -312,8 +312,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 diff --git a/tests/integration/targets/pkgng/aliases b/tests/integration/targets/pkgng/aliases index c7d183fb65..360849e61b 100644 --- a/tests/integration/targets/pkgng/aliases +++ b/tests/integration/targets/pkgng/aliases @@ -3,4 +3,3 @@ needs/root skip/docker skip/osx skip/rhel -disabled # FIXME