File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -185,9 +185,6 @@ IMAGES := \
185185 $(ASKPASS_IMAGE ) \
186186 $(RESOURCE_GROUP_IMAGE )
187187
188- # nomos binary for local run.
189- NOMOS_LOCAL := $(BIN_DIR ) /linux_amd64/nomos
190-
191188# Allows an interactive docker build or test session to be interrupted
192189# by Ctrl-C. This must be turned off in case of non-interactive runs,
193190# like in CI/CD.
@@ -302,7 +299,7 @@ all: buildenv-dirs
302299# Run any make target in the docker buildenv container
303300# e.g. make clientgen-in-docker -> docker run ... make clientgen
304301% -in-docker : buildenv-dirs
305- @docker run $(DOCKER_RUN_ARGS ) make $*
302+ @docker run $(DOCKER_RUN_ARGS ) make " $* "
306303
307304.PHONY : all-local
308305# Run tests, cleanup dependencies, and generate CRDs locally
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ E2E_PARAMS := \
55 GCP_PROJECT=$(GCP_PROJECT) \
66 REGISTRY=$(REGISTRY) \
77
8- GOTOPT2_BINARY := docker run -i -u $(UID):$(GID) $(BUILDENV_IMAGE) /bin/gotopt2
9-
108GCP_ZONE ?= us-central1-a
119GKE_E2E_TIMEOUT ?= 6h
1210# Configurable timeout for running the e2e tests on kind clusters.
You can’t perform that action at this time.
0 commit comments