Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: bitliu <bitliu@tencent.com>
  • Loading branch information
Xunzhuo committed Aug 14, 2023
1 parent 1b942bf commit 4888ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tools/make/kube.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4888ace

Please sign in to comment.