Skip to content

Commit

Permalink
Add FreeBSD 13.4 to CI (#9109)
Browse files Browse the repository at this point in the history
* Add FreeBSD 13.4 to CI.

* iso_extract won't work.

* pkgng: jail won't work either.
  • Loading branch information
felixfontein authored Nov 8, 2024
1 parent e13d6de commit 04c2ad1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ stages:
test: rhel/9.4
- name: FreeBSD 14.1
test: freebsd/14.1
- name: FreeBSD 13.4
test: freebsd/13.4
groups:
- 1
- 2
Expand Down
1 change: 1 addition & 0 deletions tests/integration/targets/iso_extract/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ skip/rhel9.4 # FIXME
skip/freebsd12.4 # FIXME
skip/freebsd13.2 # FIXME
skip/freebsd13.3 # FIXME
skip/freebsd13.4 # FIXME
skip/freebsd14.0 # FIXME
skip/freebsd14.1 # FIXME
5 changes: 4 additions & 1 deletion tests/integration/targets/pkgng/tasks/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,9 @@
# 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 14.0 fails to update the package catalogue for unknown reasons (someone with FreeBSD
# knowledge has to take a look)
#
Expand All @@ -528,7 +531,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.4', '>=') and ansible_distribution_version is version('14.0', '<'))
or (ansible_distribution_version is version('13.5', '>=') and ansible_distribution_version is version('14.0', '<'))
or ansible_distribution_version is version('14.2', '>=')
block:
- name: Setup testjail
Expand Down

0 comments on commit 04c2ad1

Please sign in to comment.