From 7774bcfcfd3c360de34a98fb81ffc0f9d8cb19f6 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 16:19:59 +0200 Subject: [PATCH] [PR #12138/d749cf7c backport][stable-13] pkgng: remove constraints for FreeBSD 12.x from pkgng test (#12139) pkgng: remove constraints for FreeBSD 12.x from pkgng test (#12138) (cherry picked from commit d749cf7c853fcff78d33992c1f162cc93aa45698) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- tests/integration/targets/pkgng/tasks/freebsd.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/tests/integration/targets/pkgng/tasks/freebsd.yml b/tests/integration/targets/pkgng/tasks/freebsd.yml index ef389ab575..90ffe49f9a 100644 --- a/tests/integration/targets/pkgng/tasks/freebsd.yml +++ b/tests/integration/targets/pkgng/tasks/freebsd.yml @@ -498,16 +498,6 @@ ## pkgng - example - Install single package in jail ## - name: Test within jail - # - # 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 - # (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) # @@ -539,8 +529,7 @@ # See also # https://github.com/ansible-collections/community.general/issues/5795 when: >- - (ansible_facts.distribution_version is version('12.01', '>=') and ansible_facts.distribution_version is version('12.3', '<')) - or (ansible_facts.distribution_version is version('13.6', '>=') and ansible_facts.distribution_version is version('14.0', '<')) + (ansible_facts.distribution_version is version('13.6', '>=') and ansible_facts.distribution_version is version('14.0', '<')) or ansible_facts.distribution_version is version('14.4', '>=') block: - name: Setup testjail