Skip to content

Commit

Permalink
Merge pull request #393 from jakobmoellerdev/OCPVE-588-allow-disk-ins…
Browse files Browse the repository at this point in the history
…tall

OCPVE-588: chore: adjust e2e makefile / remove e2e-test
  • Loading branch information
openshift-merge-robot committed Aug 23, 2023
2 parents 05fea28 + 610c523 commit aebdf45
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -285,16 +285,15 @@ catalog-push: ## Push a catalog image.
##@ E2E tests

# Variables required to run and build LVM end to end tests.
LVM_OPERATOR_INSTALL ?= true
LVM_OPERATOR_UNINSTALL ?= true
LVM_OPERATOR_INSTALL ?= false
LVM_OPERATOR_UNINSTALL ?= false
SUBSCRIPTION_CHANNEL ?= alpha

# Handles only AWS as of now.
DISK_INSTALL ?= false

# Build and run e2e tests.
e2e-test: ginkgo ## Build and run e2e tests.
@echo "build and run e2e tests"
.PHONY: e2e
e2e: ginkgo ## Build and run e2e tests.
cd test/e2e && $(GINKGO) build
cd test/e2e && ./e2e.test --lvm-catalog-image=$(CATALOG_IMG) --lvm-subscription-channel=$(SUBSCRIPTION_CHANNEL) --lvm-operator-install=$(LVM_OPERATOR_INSTALL) --lvm-operator-uninstall=$(LVM_OPERATOR_UNINSTALL) --disk-install=$(DISK_INSTALL) -ginkgo.v

Expand Down Expand Up @@ -368,11 +367,6 @@ release-local-operator:
deploy-local:
hack/deploy-local.sh

.PHONY: e2e
e2e: ginkgo
cd test/e2e && $(GINKGO) build
cd test/e2e && ./e2e.test --lvm-operator-install=false --lvm-operator-uninstall=false -ginkgo.v

.PHONY: create-buildconfig
create-buildconfig:
hack/create-buildconfig.sh
Expand Down

0 comments on commit aebdf45

Please sign in to comment.