Home
last modified time | relevance | path

Searched +full:qemu +full:- +full:3 +full:- +full:deps (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-3-deps.sh2 # 3) Wait for VM to boot from previous step and launch dependencies
10 .github/workflows/scripts/qemu-wait-for-vm.sh vm0
18 if [ -n "${2:-}" ] ; then
19 sed -i -E 's/Linux-Maximum: .+/Linux-Maximum: 99.99/g' META
22 scp .github/workflows/scripts/qemu-3-deps-vm.sh zfs@vm0:qemu-3-deps-vm.sh
23 PID=`pidof /usr/bin/qemu-system-x86_64`
24 ssh zfs@vm0 '$HOME/qemu-3-deps-vm.sh' "$@"
26 tail --pid=$PID -f /dev/null
28 rm -f $HOME/.ssh/known_hosts
H A Dqemu-3-deps-vm.sh4 # 3) install dependencies for compiling and loading
11 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
[all …]
/freebsd/sys/contrib/openzfs/.github/workflows/
H A Dzfs-qemu-packages.yml6 # Build RPMs - Build release RPMs and tarballs and put them into an artifact
10 # Test repo - Test install the ZFS RPMs from the ZFS repo. On EL distos, this
17 # zfs-release RPM (http://download.zfsonlinux.org).
22 name: zfs-qemu-packages
33 - "Build RPMs"
34 - "Test repo"
41 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
42 cancel-in-progress: true
45 zfs-qemu-packages-jobs:
46 name: qemu-VMs
[all …]
H A Dzfs-qemu.yml1 name: zfs-qemu
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
39 - name: Generate OS config and CI type
42 …, "debian11", "debian12", "fedora41", "fedora42", "freebsd13-4r", "freebsd14-3s", "freebsd15-0c", …
[all …]
H A Dcheckstyle.yaml8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9 cancel-in-progress: true
13 runs-on: ubuntu-22.04
15 - uses: actions/checkout@v4
18 - name: Install dependencies
21 sudo apt-get purge -y snapd google-chrome-stable firefox
22 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu22
23 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck
24 sudo python -m pipx install --quiet flake8
27 checkbashisms --version
[all …]
H A Dzloop.yml8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9 cancel-in-progress: true
13 runs-on: ubuntu-24.04
17 - uses: actions/checkout@v4
20 - name: Install dependencies
22 sudo apt-get purge -y snapd google-chrome-stable firefox
23 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu24
24 - name: Autogen.sh
26 sed -i '/DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m4
28 - name: Configure
[all …]