Skip to content

Commit

Permalink
Allow running e2e_tests with local test image
Browse files Browse the repository at this point in the history
  • Loading branch information
burmanm committed Nov 25, 2020
1 parent 72c3791 commit 1a16eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)

ORG?=k8ssandra
PROJECT=reaper-operator
REG=docker.io
REG?=docker.io

BRANCH=$(shell git rev-parse --abbrev-ref HEAD)
REV=$(shell git rev-parse --short=12 HEAD)
Expand Down Expand Up @@ -82,6 +82,7 @@ vet:
PHONY: e2e-test
e2e-test:
@echo Running e2e tests
cd test/config/deploy_reaper_test && $(KUSTOMIZE) edit set image controller=${REV_IMAGE} && cd -
go test -timeout 1800s ./test/e2e/... -ginkgo.v -ginkgo.progress -test.v

# Generate code
Expand Down

0 comments on commit 1a16eb2

Please sign in to comment.