Skip to content

Commit 5efe96d

Browse files
committed
conformance: update experimental test report (envoyproxy#6782)
* conformance: update experimental test report Signed-off-by: zirain <[email protected]> * fix version Signed-off-by: zirain <[email protected]>
1 parent fa10d24 commit 5efe96d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/make/kube.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
324327
delete-cluster: ## Delete kind cluster.

0 commit comments

Comments
 (0)