Searched +full:centos +full:- +full:stream9 (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 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 …]
11 set -eu14 echo "##[group]Running pacman -Syu"16 sudo pacman -Syu --noconfirm20 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 xxhash30 echo "##[group]Running apt-get update+upgrade"31 sudo apt-get update -y32 sudo apt-get upgrade -y[all …]
1 name: zfs-qemu12 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: true29 test-config:31 runs-on: ubuntu-24.0436 - uses: actions/checkout@v438 fetch-depth: 0[all …]