CI: remove FreeBSD 12.4 from test matrix (#81315)

Fixes: #80417

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/81401/head
Abhijeet Kasurde 10 months ago committed by GitHub
parent 691c8e8603
commit 11e261b54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -91,8 +91,6 @@ stages:
test: rhel/9.2@3.9
- name: RHEL 9.2 py311
test: rhel/9.2@3.11
- name: FreeBSD 12.4
test: freebsd/12.4
- name: FreeBSD 13.2
test: freebsd/13.2
groups:

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Removed `freebsd/12.4` remote.

@ -2,7 +2,6 @@ alpine/3.18 python=3.11 become=doas_sudo provider=aws arch=x86_64
alpine become=doas_sudo provider=aws arch=x86_64
fedora/38 python=3.11 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64
freebsd/12.4 python=3.9 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/13.2 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
macos/13.2 python=3.11 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64

Loading…
Cancel
Save