added debug to trace testgrid fail & suppressed breaking warning for kubectl version (#8561)

This commit is contained in:
Long Wu Yuan 2022-05-08 16:57:18 +05:30 committed by GitHub
parent 730b7408ca
commit 415305d47b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,10 @@
DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST))))
image:
echo "..entered Makefile in /test/e2e-image"
echo "..calling Make target <<e2e-test-binar>>y in /Makefile from inside /test/e2e-image/Makefile"
make -C $(DIR)/../../ e2e-test-binary
echo "..done building e2e-test-binary from /test/e2e-image/Makefile"
cp $(DIR)/../e2e/e2e.test .
cp $(DIR)/../e2e/wait-for-nginx.sh .
@ -19,4 +22,4 @@ clean:
docker rmi -f nginx-ingress-controller:e2e || true
.PHONY: image clean
.PHONY: image clean