Merge pull request #88702 from dims/patch-2
Move conformance image to debian:stretch-slim
This commit is contained in:
@@ -31,7 +31,7 @@ E2E_GO_RUNNER_BIN?=$(shell test -f $(LOCAL_OUTPUT_PATH)/go-runner && echo $(LOCA
|
|||||||
|
|
||||||
CLUSTER_DIR?=$(shell pwd)/../../../cluster/
|
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)
|
TEMP_DIR:=$(shell mktemp -d -t conformanceXXXXXX)
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
@@ -27,7 +27,9 @@ while true; do
|
|||||||
break
|
break
|
||||||
elif [[ "$STATUS" == "Failed" ]]; then
|
elif [[ "$STATUS" == "Failed" ]]; then
|
||||||
echo "$timestamp Failed."
|
echo "$timestamp Failed."
|
||||||
break
|
kubectl -n conformance describe pods e2e-conformance-test || true
|
||||||
|
kubectl -n conformance logs e2e-conformance-test || true
|
||||||
|
exit 1
|
||||||
else
|
else
|
||||||
sleep 5
|
sleep 5
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user