mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #88702 from dims/patch-2
Move conformance image to debian:stretch-slim
This commit is contained in:
commit
d04219bc8e
@ -31,7 +31,7 @@ E2E_GO_RUNNER_BIN?=$(shell test -f $(LOCAL_OUTPUT_PATH)/go-runner && echo $(LOCA
|
||||
|
||||
CLUSTER_DIR?=$(shell pwd)/../../../cluster/
|
||||
|
||||
BASEIMAGE=k8s.gcr.io/debian-hyperkube-base-$(ARCH):0.12.1
|
||||
BASEIMAGE=debian:stretch-slim
|
||||
TEMP_DIR:=$(shell mktemp -d -t conformanceXXXXXX)
|
||||
|
||||
all: build
|
||||
|
@ -27,7 +27,9 @@ while true; do
|
||||
break
|
||||
elif [[ "$STATUS" == "Failed" ]]; then
|
||||
echo "$timestamp Failed."
|
||||
break
|
||||
kubectl -n conformance describe pods e2e-conformance-test || true
|
||||
kubectl -n conformance logs e2e-conformance-test || true
|
||||
exit 1
|
||||
else
|
||||
sleep 5
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user