From 10d77d934b87ed8b6f13fa8bf371829a36fe9ddd Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Fri, 5 Jun 2026 23:02:24 +1200 Subject: [PATCH] remove references to FreeBSD versions that are no longer used in CI (#12195) --- tests/integration/targets/pkgng/tasks/freebsd.yml | 15 --------------- tests/integration/targets/sysrc/tasks/main.yml | 4 +--- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/tests/integration/targets/pkgng/tasks/freebsd.yml b/tests/integration/targets/pkgng/tasks/freebsd.yml index 90ffe49f9a..219b36cdb6 100644 --- a/tests/integration/targets/pkgng/tasks/freebsd.yml +++ b/tests/integration/targets/pkgng/tasks/freebsd.yml @@ -498,21 +498,6 @@ ## pkgng - example - Install single package in jail ## - name: Test within jail - # NOTE: FreeBSD 13.0 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # - # NOTE: FreeBSD 13.1 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # - # NOTE: FreeBSD 13.2 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # - # NOTE: FreeBSD 13.3 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # - # NOTE: FreeBSD 13.4 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # # NOTE: FreeBSD 13.5 fails to update the package catalogue for unknown reasons (someone with FreeBSD # knowledge has to take a look) # diff --git a/tests/integration/targets/sysrc/tasks/main.yml b/tests/integration/targets/sysrc/tasks/main.yml index b2f0dbdcd8..9e880d848d 100644 --- a/tests/integration/targets/sysrc/tasks/main.yml +++ b/tests/integration/targets/sysrc/tasks/main.yml @@ -139,13 +139,11 @@ ## - name: Test within jail # - # NOTE: currently fails with FreeBSD 12 with minor version less than 4 # NOTE: currently fails with FreeBSD 13 with minor version less than 4 # NOTE: currently fails with FreeBSD 14 with minor version less than 2 # when: >- - ansible_facts.distribution_version is version('12.4', '>=') and ansible_facts.distribution_version is version('13', '<') - or ansible_facts.distribution_version is version('13.4', '>=') and ansible_facts.distribution_version is version('14', '<') + ansible_facts.distribution_version is version('13.4', '>=') and ansible_facts.distribution_version is version('14', '<') or ansible_facts.distribution_version is version('14.3', '>=') block: - name: Setup testjail