mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Add more logging
This commit is contained in:
@@ -80,6 +80,9 @@ fi
|
||||
export KUBE_CONFIG_FILE="config-test.sh"
|
||||
cluster/kube-down.sh || true
|
||||
cluster/kube-up.sh || { echo "-- kube-up failed --"; exit 1; }
|
||||
echo
|
||||
echo "-- cluster created at $(date -Is) --"
|
||||
echo
|
||||
cluster/kubectl.sh version || { echo "-- kubectl failed --"; exit 1; }
|
||||
hack/ginkgo-e2e.sh --report_dir=${WORKSPACE} || { echo "-- tests failed --"; exit 1; }
|
||||
cluster/kube-down.sh || { echo "-- kube-down failed --"; exit 1; }
|
||||
|
Reference in New Issue
Block a user