From 4888acebfd76ea66dc4f316d34b65d5b5b6f2b0c Mon Sep 17 00:00:00 2001 From: bitliu Date: Mon, 14 Aug 2023 11:03:33 +0800 Subject: [PATCH] update Signed-off-by: bitliu --- .github/workflows/build_and_test.yaml | 2 +- tools/make/kube.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index b4c88d00ae32..ae1f02e67f95 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -102,7 +102,7 @@ jobs: - name: Upload Conformance Report uses: actions/upload-artifact@v3 with: - name: conformance-report + name: conformance-report-k8s-${{ matrix.version }} path: ./conformance-report.yaml e2e-test: diff --git a/tools/make/kube.mk b/tools/make/kube.mk index a36cbb300b63..beca4b9506d3 100644 --- a/tools/make/kube.mk +++ b/tools/make/kube.mk @@ -183,7 +183,7 @@ run-experimental-conformance: ## Run Experimental Gateway API conformance. kubectl wait --timeout=$(WAIT_TIMEOUT) -n envoy-gateway-system deployment/envoy-gateway --for=condition=Available kubectl wait --timeout=$(WAIT_TIMEOUT) -n gateway-system job/gateway-api-admission --for=condition=Complete kubectl apply -f test/config/gatewayclass.yaml - go test -v -tags experimental ./test/conformance -run TestExperimentalConformance --gateway-class=envoy-gateway --debug=true --organization=envoyproxy --conformance-profiles="HTTP,TLS" --project=envoy-gateway --url=https://github.com/envoyproxy/gateway --version=latest --report-output="./conformance-report.yaml" --contact=https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md + go test -v -tags experimental ./test/conformance -run TestExperimentalConformance --gateway-class=envoy-gateway --debug=true --organization=envoyproxy --conformance-profiles="HTTP,TLS" --project=envoy-gateway --url=https://github.com/envoyproxy/gateway --version=latest --report-output="conformance-report.yaml" --contact=https://github.com/envoyproxy/gateway/blob/main/GOVERNANCE.md .PHONY: delete-cluster delete-cluster: $(tools/kind) ## Delete kind cluster.