diff --git a/Makefile b/Makefile index 393fa6df2d6..a309869227b 100644 --- a/Makefile +++ b/Makefile @@ -339,4 +339,4 @@ openshiftci-presubmit-unittests: # Run OperatorHub tests .PHONY: test-operator-hub test-operator-hub: - ginkgo $(GINKGO_FLAGS) -focus="odo service command tests" tests/integration/operatorhub/ + ginkgo $(GINKGO_FLAGS_SERIAL) -focus="odo service command tests" tests/integration/operatorhub/ diff --git a/scripts/setup-operators.sh b/scripts/setup-operators.sh index c0f4e0bad0a..8d05d2c3825 100644 --- a/scripts/setup-operators.sh +++ b/scripts/setup-operators.sh @@ -28,9 +28,9 @@ install_etcd_operator(){ kind: Subscription metadata: name: etcd - namespace: ${OPERATOR_HUB_PROJECT} + namespace: openshift-operators spec: - channel: singlenamespace-alpha + channel: clusterwide-alpha installPlanApproval: Automatic name: etcd source: community-operators @@ -51,25 +51,11 @@ do fi done -# Now onto namespace bound operator -# Create OperatorGroup -oc create -f - <