Skip to content

Commit

Permalink
local: workflow: exercise nft
Browse files Browse the repository at this point in the history
Exercise use of nft by testsuite in workflow

* Limit workflow to only gcc check-offloads -100
* Always copy and upload logs
* Run testsuite with -v (verbose)

Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
Simon Horman committed Nov 5, 2024
1 parent 8da3886 commit 2b95908
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 448 deletions.
4 changes: 2 additions & 2 deletions .ci/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ if [ "$TESTSUITE" = 'test' ]; then

export DISTCHECK_CONFIGURE_FLAGS="$OPTS"
make distcheck ${JOBS} CFLAGS="${CFLAGS_FOR_OVS}" \
TESTSUITEFLAGS=${JOBS} RECHECK=yes
TESTSUITEFLAGS="-v ${JOBS}" RECHECK=yes
else
build_ovs
for testsuite in $TESTSUITE; do
Expand All @@ -167,7 +167,7 @@ else
[ "$(cat /proc/sys/vm/nr_hugepages)" = '1024' ]
export DPDK_EAL_OPTIONS="--lcores 0@1,1@1,2@1"
fi
$run_as_root make $testsuite TESTSUITEFLAGS="${JOBS} ${TEST_RANGE}" \
$run_as_root make $testsuite TESTSUITEFLAGS="-v ${JOBS} ${TEST_RANGE}" \
RECHECK=yes
done
fi
Expand Down
Loading

0 comments on commit 2b95908

Please sign in to comment.