Skip to content

Commit 3c5eebf

Browse files
committed
ZTS: Remove FreeBSD 13.4-STABLE
Current CI is failing on FreeBSD 13.4-STABLE, because samba4 can't be installed there. Lets remove it for now. Signed-off-by: Tino Reichardt <[email protected]>
1 parent 437227a commit 3c5eebf

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/scripts/qemu-2-start.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ OSv=$OS
1414

1515
# compressed with .zst extension
1616
REPO="https://github.com/mcmilk/openzfs-freebsd-images"
17-
FREEBSD="$REPO/releases/download/v2024-09-16"
17+
FREEBSD="$REPO/releases/download/v2024-10-05"
1818
URLzs=""
1919

2020
# Ubuntu mirrors
@@ -69,13 +69,6 @@ case "$OS" in
6969
BASH="/usr/local/bin/bash"
7070
NIC="rtl8139"
7171
;;
72-
freebsd13)
73-
OSNAME="FreeBSD 13.4-STABLE"
74-
OSv="freebsd13.0"
75-
URLzs="$FREEBSD/amd64-freebsd-13.4-STABLE.qcow2.zst"
76-
BASH="/usr/local/bin/bash"
77-
NIC="rtl8139"
78-
;;
7972
freebsd14r)
8073
OSNAME="FreeBSD 14.1-RELEASE"
8174
OSv="freebsd14.0"

.github/workflows/zfs-qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Generate OS config and CI type
2323
id: os
2424
run: |
25-
FULL_OS='["almalinux8", "almalinux9", "centos-stream9", "debian11", "debian12", "fedora39", "fedora40", "freebsd13", "freebsd13r", "freebsd14", "freebsd14r", "ubuntu20", "ubuntu22", "ubuntu24"]'
26-
QUICK_OS='["almalinux8", "almalinux9", "debian12", "fedora40", "freebsd13", "freebsd14", "ubuntu24"]'
25+
FULL_OS='["almalinux8", "almalinux9", "centos-stream9", "debian11", "debian12", "fedora39", "fedora40", "freebsd13r", "freebsd14", "freebsd14r", "ubuntu20", "ubuntu22", "ubuntu24"]'
26+
QUICK_OS='["almalinux8", "almalinux9", "debian12", "fedora40", "freebsd13r", "freebsd14", "ubuntu24"]'
2727
# determine CI type when running on PR
2828
ci_type="full"
2929
if ${{ github.event_name == 'pull_request' }}; then

0 commit comments

Comments
 (0)