Skip to content

Commit

Permalink
Add prefix in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
flowguru committed Jun 23, 2023
1 parent 15c0c7e commit 34e01e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ compile:
TIMEOUT?=168h

NAMESPACE?=
PREFIX?=
CONTEXT?=
FDB_VERSION?=7.1.31
PREVIOUS_FDB_VERSION?=6.3.25
Expand Down Expand Up @@ -108,6 +109,7 @@ nightly-tests: run
--ginkgo.timeout=$(TIMEOUT) \
--timeout=$(TIMEOUT) \
--namespace="$(NAMESPACE)" \
--prefix="$(PREFIX)"
--context="$(CONTEXT)" \
--fdb-image="$(FDB_IMAGE)" \
--sidecar-image="$(SIDECAR_IMAGE)" \
Expand Down

0 comments on commit 34e01e3

Please sign in to comment.