mirror of https://github.com/k3s-io/k3s
Merge pull request #1324 from erikwilson/enable-db-tests
Enable mysql & postgres testspull/1325/head
commit
7305b4091e
18
scripts/test
18
scripts/test
|
@ -11,19 +11,19 @@ mkdir -p $artifacts
|
|||
|
||||
. ./scripts/test-run-basics
|
||||
|
||||
# # ---
|
||||
# ---
|
||||
|
||||
E2E_OUTPUT=$artifacts test-run-sonobuoy
|
||||
|
||||
# # ---
|
||||
# ---
|
||||
|
||||
# if [ "$ARCH" != 'amd64' ]; then
|
||||
# printf "\033[33mSkipping remaining tests, images not available for $ARCH.\033[m\n"
|
||||
# exit 0
|
||||
# fi
|
||||
if [ "$ARCH" != 'amd64' ]; then
|
||||
printf "\033[33mSkipping remaining tests, images not available for $ARCH.\033[m\n"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# # ---
|
||||
# ---
|
||||
|
||||
# test-run-sonobuoy mysql
|
||||
# test-run-sonobuoy postgres
|
||||
test-run-sonobuoy mysql
|
||||
test-run-sonobuoy postgres
|
||||
# test-run-sonobuoy dqlite
|
Loading…
Reference in New Issue