Home
last modified time | relevance | path

Searched +full:centos +full:- +full:stream9 (Results 1 – 3 of 3) sorted by relevance

/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"
31 …URL="https://repo.almalinux.org/almalinux/8/cloud/x86_64/images/AlmaLinux-8-GenericCloud-latest.x8…
[all …]
H A Dqemu-3-deps-vm.sh11 set -eu
14 echo "##[group]Running pacman -Syu"
16 sudo pacman -Syu --noconfirm
20 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \
21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \
22 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \
23 samba sysstat rng-tools rsync wget xxhash
30 echo "##[group]Running apt-get update+upgrade"
31 sudo apt-get update -y
32 sudo apt-get upgrade -y
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu.yml1 name: zfs-qemu
12 description: 'Test on CentOS 9 stream'
17 description: 'Test on CentOS 10 stream'
22 …tion: "(optional) Experimental kernel version to install on Fedora (like '6.14' or '6.13.3-0.rc3')"
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
29 test-config:
31 runs-on: ubuntu-24.04
36 - uses: actions/checkout@v4
38 fetch-depth: 0
[all …]