Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thehajime authored Dec 8, 2024
1 parent 003b6f2 commit 6831be2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6831be2

Please sign in to comment.