Home
last modified time | relevance | path

Searched +full:freebsd15 +full:- +full:0 +full:c (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu.yml1 name: zfs-qemu
12 …tion: "(optional) Experimental kernel version to install on Fedora (like '6.14' or '6.13.3-0.rc3')"
15 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
16 cancel-in-progress: true
19 test-config:
21 runs-on: ubuntu-24.04
26 - uses: actions/checkout@v4
28 fetch-depth: 0
29 - name: Generate OS config and CI type
32 …nux10", "centos-stream9", "centos-stream10", "debian12", "debian13", "fedora41", "fedora42", "free…
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-2-start.sh4 # 2) start qemu with some operating system, init via cloud-init
7 set -eu
9 # short name used in zfs-qemu.yml
12 # OS variant (virt-install --os-variant list)
16 FREEBSD_REL="https://download.freebsd.org/releases/CI-IMAGES"
17 FREEBSD_SNAP="https://download.freebsd.org/snapshots/CI-IMAGES"
21 UBMIRROR="https://cloud-images.ubuntu.com"
22 #UBMIRROR="https://mirrors.cloud.tencent.com/ubuntu-cloud-images"
23 #UBMIRROR="https://mirror.citrahost.com/ubuntu-cloud-images"
28 # additional options for virt-install
[all …]