Lines Matching +full:qemu +full:- +full:vm
8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
9 cancel-in-progress: true
13 runs-on: ubuntu-24.04
18 - uses: actions/checkout@v4
21 - name: Install dependencies
23 sudo apt-get purge -y snapd google-chrome-stable firefox
24 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps-vm.sh ubuntu24
25 - name: Autogen.sh
27 sed -i '/DEBUG_CFLAGS="-Werror"/s/^/#/' config/zfs-build.m4
29 - name: Configure
31 ./configure --prefix=/usr --enable-debug --enable-debuginfo \
32 --enable-asan --enable-ubsan \
33 --enable-debug-kmem --enable-debug-kmem-tracking
34 - name: Make
36 make -j$(nproc)
37 - name: Install
42 - name: Tests
44 sudo truncate -s 256G /mnt/vdev
45 sudo zpool create cipool -m $WORK_DIR -O compression=on -o autotrim=on /mnt/vdev
46 sudo /usr/share/zfs/zloop.sh -t 600 -I 6 -l -m 1 -c $CORE_DIR -f $WORK_DIR -- -T 120 -P 60
47 - name: Prepare artifacts
50 sudo chmod +r -R $WORK_DIR/
51 - name: Ztest log
54 grep -B10 -A1000 'ASSERT' $CORE_DIR/*/ztest.out || tail -n 1000 $CORE_DIR/*/ztest.out
55 - name: Gdb log
58 sed -n '/Backtraces (full)/q;p' $CORE_DIR/*/ztest.gdb
59 - name: Zdb log
63 - uses: actions/upload-artifact@v4
70 if-no-files-found: ignore
71 - uses: actions/upload-artifact@v4
77 if-no-files-found: ignore