From aa77a88f4bc21469cbd749a43b4ec986524762ea Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 10 Apr 2023 21:08:58 +0200 Subject: [PATCH] pkgng: skip jail tests also on FreeBSD 12.3 (#6313) Skip jail tests also on FreeBSD 12.3. --- tests/integration/targets/pkgng/tasks/freebsd.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/integration/targets/pkgng/tasks/freebsd.yml b/tests/integration/targets/pkgng/tasks/freebsd.yml index fd9a4a4c5b..ac8e974fb3 100644 --- a/tests/integration/targets/pkgng/tasks/freebsd.yml +++ b/tests/integration/targets/pkgng/tasks/freebsd.yml @@ -501,8 +501,11 @@ # NOTE: FreeBSD 12.0 test runner receives a "connection reset by peer" after ~20% downloaded so we are # only running this on 12.1 or higher # + # NOTE: FreeBSD 12.3 fails with some kernel mismatch for packages + # (someone with FreeBSD knowledge has to take a look) + # # NOTE: FreeBSD 12.4 fails to update repositories because it cannot load certificates from /usr/share/keys/pkg/trusted - # knowledge has to take a look) + # (someone with FreeBSD knowledge has to take a look) # # NOTE: FreeBSD 13.0 fails to update the package catalogue for unknown reasons (someone with FreeBSD # knowledge has to take a look) @@ -513,7 +516,7 @@ # See also # https://github.com/ansible-collections/community.general/issues/5795 when: >- - (ansible_distribution_version is version('12.01', '>=') and ansible_distribution_version is version('12.4', '<')) + (ansible_distribution_version is version('12.01', '>=') and ansible_distribution_version is version('12.3', '<')) or ansible_distribution_version is version('13.2', '>=') block: - name: Setup testjail