Enable compact tests for k3s s390x

Signed-off-by: Venkata Krishna Rohit Sakala <rohitsakala@gmail.com>
pull/5731/head
Venkata Krishna Rohit Sakala 2022-06-09 12:31:29 +02:00 committed by Brad Davidson
parent 6fad63583b
commit 31b8224f2a
1 changed files with 2 additions and 5 deletions

View File

@ -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 $?"