mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-01 08:10:31 -07:00
parent
710dc5df86
commit
fdbc06c714
3 changed files with 7 additions and 3 deletions
|
@ -194,8 +194,8 @@ stages:
|
|||
test: rhel/9.5
|
||||
- name: FreeBSD 14.2
|
||||
test: freebsd/14.2
|
||||
- name: FreeBSD 13.4
|
||||
test: freebsd/13.4
|
||||
- name: FreeBSD 13.5
|
||||
test: freebsd/13.5
|
||||
groups:
|
||||
- 1
|
||||
- 2
|
||||
|
|
|
@ -17,6 +17,7 @@ skip/freebsd12.4 # FIXME
|
|||
skip/freebsd13.2 # FIXME
|
||||
skip/freebsd13.3 # FIXME
|
||||
skip/freebsd13.4 # FIXME
|
||||
skip/freebsd13.5 # FIXME
|
||||
skip/freebsd14.0 # FIXME
|
||||
skip/freebsd14.1 # FIXME
|
||||
skip/freebsd14.2 # FIXME
|
||||
|
|
|
@ -523,6 +523,9 @@
|
|||
# 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)
|
||||
#
|
||||
# NOTE: FreeBSD 14.0 fails to update the package catalogue for unknown reasons (someone with FreeBSD
|
||||
# knowledge has to take a look)
|
||||
#
|
||||
|
@ -535,7 +538,7 @@
|
|||
# https://github.com/ansible-collections/community.general/issues/5795
|
||||
when: >-
|
||||
(ansible_distribution_version is version('12.01', '>=') and ansible_distribution_version is version('12.3', '<'))
|
||||
or (ansible_distribution_version is version('13.5', '>=') and ansible_distribution_version is version('14.0', '<'))
|
||||
or (ansible_distribution_version is version('13.6', '>=') and ansible_distribution_version is version('14.0', '<'))
|
||||
or ansible_distribution_version is version('14.3', '>=')
|
||||
block:
|
||||
- name: Setup testjail
|
||||
|
|
Loading…
Add table
Reference in a new issue