Commit 31b8224f authored by Venkata Krishna Rohit Sakala's avatar Venkata Krishna Rohit Sakala Committed by Brad Davidson

Enable compact tests for k3s s390x

parent 6fad6358
......@@ -18,11 +18,8 @@ docker ps
. ./scripts/test-run-basics
echo "Did test-run-basics $?"
# Skipping compact tests for s390x since there is no previous s390x release
if [ ${ARCH} != s390x ]; then
. ./scripts/test-run-compat
echo "Did test-run-compat $?"
fi
. ./scripts/test-run-compat
echo "Did test-run-compat $?"
. ./scripts/test-run-etcd
echo "Did test-run-etcd $?"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment