Searched +full:qemu +full:- +full:3 +full:- +full:deps +full:- +full:vm (Results 1 – 5 of 5) sorted by relevance
2 # 3) Wait for VM to boot from previous step and launch dependencies10 .github/workflows/scripts/qemu-wait-for-vm.sh vm018 if [ -n "${2:-}" ] ; then19 sed -i -E 's/Linux-Maximum: .+/Linux-Maximum: 99.99/g' META22 scp .github/workflows/scripts/qemu-3-deps-vm.sh zfs@vm0:qemu-3-deps-vm.sh23 PID=`pidof /usr/bin/qemu-system-x86_64`24 ssh zfs@vm0 '$HOME/qemu-3-deps-vm.sh' "$@"26 tail --pid=$PID -f /dev/null28 rm -f $HOME/.ssh/known_hosts
6 # Build RPMs - Build release RPMs and tarballs and put them into an artifact10 # Test repo - Test install the ZFS RPMs from the ZFS repo. On EL distos, this17 # zfs-release RPM (http://download.zfsonlinux.org).22 name: zfs-qemu-packages33 - "Build RPMs"34 - "Test repo"46 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}47 cancel-in-progress: true50 zfs-qemu-packages-jobs:51 name: qemu-VMs[all …]
1 name: zfs-qemu12 …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: true19 test-config:21 runs-on: ubuntu-24.0426 - uses: actions/checkout@v428 fetch-depth: 029 - name: Generate OS config and CI type32 …inux10", "centos-stream9", "centos-stream10", "debian12", "debian13", "fedora41", "fedora42", "fre…[all …]
8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}9 cancel-in-progress: true13 runs-on: ubuntu-22.0415 - uses: actions/checkout@v418 - name: Install dependencies21 sudo apt-get purge -y snapd google-chrome-stable firefox22 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu2223 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck24 sudo python -m pipx install --quiet flake827 checkbashisms --version[all …]
8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}9 cancel-in-progress: true13 runs-on: ubuntu-24.0418 - uses: actions/checkout@v421 - name: Install dependencies23 sudo apt-get purge -y snapd google-chrome-stable firefox24 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu2425 - name: Autogen.sh27 sed -i '/DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m429 - name: Configure[all …]