File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,10 @@ run-experimental-conformance: prepare-ip-family ## Run Experimental Gateway API
318318 @$(LOG_TARGET )
319319 kubectl wait --timeout=$(WAIT_TIMEOUT ) -n envoy-gateway-system deployment/envoy-gateway --for=condition=Available
320320 kubectl apply -f test/config/gatewayclass.yaml
321- go test -v -tags experimental ./test/conformance -run TestExperimentalConformance --gateway-class=envoy-gateway --debug=true --organization=envoyproxy --project=envoy-gateway --url=https://github.com/envoyproxy/gateway --version=latest --report-output=" $( CONFORMANCE_REPORT_PATH) " --contact=https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md
321+ go test -v -tags experimental ./test/conformance -run TestExperimentalConformance --gateway-class=envoy-gateway --debug=true \
322+ --organization=envoyproxy --project=envoy-gateway --url=https://github.com/envoyproxy/gateway --version=latest \
323+ --report-output=" $( CONFORMANCE_REPORT_PATH) " --contact=https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md \
324+ --mode=" $( KUBE_DEPLOY_PROFILE) " --version=$(TAG )
322325
323326.PHONY : delete-cluster
324327delete-cluster : # # Delete kind cluster.
You can’t perform that action at this time.
0 commit comments