From 4229f6d04aedd9ae916c2f662ecd41696bf500cb Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sun, 23 Apr 2023 15:42:39 +0200 Subject: [PATCH] [stable-4] pkgng: skip jail tests also on FreeBSD 12.3 (#6405) pkgng: skip jail tests also on FreeBSD 12.3 (#6313) Skip jail tests also on FreeBSD 12.3. (cherry picked from commit aa77a88f4bc21469cbd749a43b4ec986524762ea) --- tests/integration/targets/pkgng/tasks/freebsd.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/integration/targets/pkgng/tasks/freebsd.yml b/tests/integration/targets/pkgng/tasks/freebsd.yml index 3acf12c7dd..179d398857 100644 --- a/tests/integration/targets/pkgng/tasks/freebsd.yml +++ b/tests/integration/targets/pkgng/tasks/freebsd.yml @@ -497,6 +497,9 @@ # 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 13.0 fails to update the package catalogue for unknown reasons (someone with FreeBSD # knowledge has to take a look) # @@ -504,7 +507,7 @@ # knowledge has to take a look) # when: >- - (ansible_distribution_version is version('12.01', '>=') and ansible_distribution_version is version('13.0', '<')) + (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