Skip to content

Commit dc488e6

Browse files
author
Krzysztof Malczuk
committed
Add the CODEFLARE_TEST_OUTPUT_DIR and the CLUSTER_HOSTNAME environment varaibles to the Makefile in the test-e2e special target
1 parent 94d9ed6 commit dc488e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ test-component: envtest ginkgo ## Run component tests.
395395

396396
.PHONY: test-e2e
397397
test-e2e: manifests fmt vet ## Run e2e tests.
398-
CODEFLARE_TEST_TIMEOUT_MEDIUM=5m CODEFLARE_TEST_TIMEOUT_LONG=30m go test -v -skip "^Test.*Gpu$$" ./test/e2e -timeout=60m
398+
CODEFLARE_TEST_OUTPUT_DIR=/tmp/ CLUSTER_HOSTNAME=kind CODEFLARE_TEST_TIMEOUT_MEDIUM=5m CODEFLARE_TEST_TIMEOUT_LONG=40m go test -v -skip "^Test.*Gpu$$" ./test/e2e -timeout=60m
399399

400400
.PHONY: kind-e2e
401401
kind-e2e: ## Set up e2e KinD cluster

0 commit comments

Comments
 (0)