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 f6cbe20 commit 1b942bf
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 @@ -103,7 +103,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: conformance-report
path: conformance-report.yaml
path: ./conformance-report.yaml

e2e-test:
runs-on: ubuntu-latest
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 1b942bf

Please sign in to comment.