mirror of https://github.com/k3s-io/k3s.git
Enable compact tests for k3s s390x
Signed-off-by: Venkata Krishna Rohit Sakala <rohitsakala@gmail.com>pull/5731/head
parent
6fad63583b
commit
31b8224f2a
|
@ -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 $?"
|
||||
|
|
Loading…
Reference in New Issue