Skip to content

Commit

Permalink
chore: add missing config to Makefile for custom repositories and sup…
Browse files Browse the repository at this point in the history
…port for flaky tests
  • Loading branch information
gchiesa committed Oct 30, 2023
1 parent ee991ea commit d48ec78
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,8 @@ e2e-install:
--create-namespace \
--set 'manager.image.pullPolicy=Never' \
--set 'manager.resources=null'\
--set "manager.image.registry=$(REGISTRY)" \
--set "manager.image.repository=$(REPOSITORY)" \
--set "manager.image.tag=$(VERSION)" \
--set 'manager.livenessProbe.failureThreshold=10' \
--set 'manager.readinessProbe.failureThreshold=10' \
Expand All @@ -343,7 +345,7 @@ e2e-load-image: ko-build-all

.PHONY: e2e-exec
e2e-exec: ginkgo
$(GINKGO) -v -tags e2e ./e2e
$(GINKGO) --flake-attempts=3 -v -tags e2e ./e2e

.PHONY: e2e-destroy
e2e-destroy:
Expand Down

0 comments on commit d48ec78

Please sign in to comment.