Skip to content

Commit

Permalink
Cleanup, simplification, and more...
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Sluiter <[email protected]>
  • Loading branch information
slintes committed Jul 8, 2024
1 parent 50a0c76 commit 90d47e6
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 372 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -415,9 +415,9 @@ protoc-gen-go-grpc: ## Download protoc-gen-go-grpc locally if necessary.

.PHONY: e2e-test
e2e-test:
# KUBECONFIG must be set to the cluster, and PP needs to be deployed already
# KUBECONFIG must be set to the cluster, and SNR needs to be deployed already
# count arg makes the test ignoring cached test results
go test ./e2e -ginkgo.vv -test.v -timeout 60m -count=1 ${TEST_OPS}
go test ./e2e -ginkgo.vv -test.v -timeout 80m -count=1 ${TEST_OPS}

YQ = $(shell pwd)/bin/yq
.PHONY: yq
Expand Down
Loading

0 comments on commit 90d47e6

Please sign in to comment.