Searched +full:centos +full:- +full:stream10 (Results 1 – 3 of 3) sorted by relevance
4 # 2) start qemu with some operating system, init via cloud-init7 set -eu9 # short name used in zfs-qemu.yml12 # OS variant (virt-install --os-variant list)16 REPO="https://github.com/mcmilk/openzfs-freebsd-images"17 FREEBSD="$REPO/releases/download/v2024-12-14"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 …]
7 set -eu10 echo "##[group]Running pacman -Syu"12 sudo pacman -Syu --noconfirm16 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \17 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \18 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \19 samba sysstat rng-tools rsync wget xxhash26 echo "##[group]Running apt-get update+upgrade"27 sudo apt-get update -y28 sudo apt-get upgrade -y[all …]
1 name: zfs-qemu12 description: 'Test on CentOS 9 stream'17 description: 'Test on CentOS 10 stream'20 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}21 cancel-in-progress: true24 test-config:26 runs-on: ubuntu-24.0431 - uses: actions/checkout@v433 fetch-depth: 034 - name: Generate OS config and CI type[all …]