Skip to content

Commit 4138bad

Browse files
Merge pull request #270 from openshift-bot/synchronize-upstream
NO-ISSUE: Synchronize From Upstream Repositories
2 parents f1daf88 + 8de3f7d commit 4138bad

File tree

26 files changed

+517
-453
lines changed

26 files changed

+517
-453
lines changed

Makefile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -223,21 +223,9 @@ image-registry: ## Build the testdata catalog used for e2e tests and push it to
223223
test-e2e: KIND_CLUSTER_NAME := operator-controller-e2e
224224
test-e2e: KUSTOMIZE_BUILD_DIR := config/overlays/e2e
225225
test-e2e: GO_BUILD_FLAGS := -cover
226+
test-e2e: CATALOGD_KUSTOMIZE_BUILD_DIR := catalogd/config/overlays/e2e
226227
test-e2e: run image-registry e2e e2e-coverage kind-clean #HELP Run e2e test suite on local kind cluster
227228

228-
# Catalogd e2e tests
229-
FOCUS := $(if $(TEST),-v -focus "$(TEST)")
230-
ifeq ($(origin E2E_FLAGS), undefined)
231-
E2E_FLAGS :=
232-
endif
233-
test-catalogd-e2e: ## Run the e2e tests on existing cluster
234-
$(GINKGO) $(E2E_FLAGS) -trace -vv $(FOCUS) test/catalogd-e2e
235-
236-
catalogd-e2e: KIND_CLUSTER_NAME := catalogd-e2e
237-
catalogd-e2e: ISSUER_KIND := Issuer
238-
catalogd-e2e: ISSUER_NAME := selfsigned-issuer
239-
catalogd-e2e: CATALOGD_KUSTOMIZE_BUILD_DIR := catalogd/config/overlays/e2e
240-
catalogd-e2e: run catalogd-image-registry test-catalogd-e2e ## kind-clean Run e2e test suite on local kind cluster
241229

242230
## image-registry target has to come after run-latest-release,
243231
## because the image-registry depends on the olm-ca issuer.

Tiltfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ load('.tilt-support', 'deploy_repo')
22

33
operator_controller = {
44
'image': 'quay.io/operator-framework/operator-controller',
5-
'yaml': 'config/overlays/cert-manager',
5+
'yaml': 'config/overlays/tilt-local-dev',
66
'binaries': {
77
'./cmd/operator-controller': 'operator-controller-controller-manager',
88
},

0 commit comments

Comments
 (0)