Skip to content

Commit e7f98e5

Browse files
committed
test(ci): add env variables
Signed-off-by: sudipto baral <[email protected]>
1 parent 7882ff4 commit e7f98e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/make/kube.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ E2E_TIMEOUT ?= 20m
3434
E2E_REDIRECT ?=
3535
E2E_TEST_ARGS ?= -v -tags e2e -timeout $(E2E_TIMEOUT)
3636

37+
DOCKER_MAC_NET_CONNECT ?= true
38+
HOMEBREW_GOPROXY ?=
39+
3740
KUBE_DEPLOY_PROFILE ?= default
3841
KUBE_DEPLOY_HELM_VALUES_FILE = $(ROOT_DIR)/test/config/helm/$(KUBE_DEPLOY_PROFILE).yaml
3942
KUBE_DEPLOY_EG_CONFIG_FILE = $(ROOT_DIR)/test/config/envoy-gateaway-config/$(KUBE_DEPLOY_PROFILE).yaml

0 commit comments

Comments
 (0)