From 6831be290fa7eb77959676a16656a011b4111982 Mon Sep 17 00:00:00 2001 From: Hajime Tazaki Date: Sun, 8 Dec 2024 09:17:34 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fdcf24a4d0f7ff..a602f3dace53f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,14 +180,14 @@ jobs: mkdir -p output if [ "${{ matrix.testname }}" == "um-nommu" ] ; then ## dynamic build failed at iperf -R - # faketty ./vmlinux vec0:transport=tap,ifname=tap100,depth=128,gro=1 mem=1024m \ - # root=/dev/root rootflags=`pwd`/rootfs rootfstype=hostfs rw \ - # loglevel=0 console=tty init=/root/iperf3.sh \ - # | tee output/${{ matrix.testname }}-seccomp-iperf3.dat - # faketty ./vmlinux vec0:transport=tap,ifname=tap100,depth=128,gro=1 mem=1024m \ - # root=/dev/root rootflags=`pwd`/rootfs rootfstype=hostfs rw \ - # loglevel=0 console=tty zpoline=1 init=/root/iperf3.sh \ - # | tee output/${{ matrix.testname }}-zpoline-iperf3.dat + faketty ./vmlinux vec0:transport=tap,ifname=tap100,depth=128,gro=1 mem=1024m \ + root=/dev/root rootflags=`pwd`/rootfs rootfstype=hostfs rw \ + loglevel=0 console=tty init=/root/iperf3.sh \ + | tee output/${{ matrix.testname }}-seccomp-iperf3.dat + faketty ./vmlinux vec0:transport=tap,ifname=tap100,depth=128,gro=1 mem=1024m \ + root=/dev/root rootflags=`pwd`/rootfs rootfstype=hostfs rw \ + loglevel=0 console=tty zpoline=1 init=/root/iperf3.sh \ + | tee output/${{ matrix.testname }}-zpoline-iperf3.dat faketty ./build/vmlinux vec0:transport=tap,ifname=tap100,depth=128,gro=1 mem=1024m \ root=/dev/root rootflags=`pwd`/rootfs rootfstype=hostfs rw \ loglevel=0 console=tty init=/root/iperf3.sh \