Skip to content

Commit 6fea6e9

Browse files
author
Triona Doyle
committed
chore: auto-format code, fix makefile, and update bundle
Signed-off-by: Triona Doyle <bot@example.com>
1 parent fc391d2 commit 6fea6e9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ e2e-tests-ginkgo: e2e-tests-sequential-ginkgo e2e-tests-parallel-ginkgo ## Runs
156156

157157
.PHONY: e2e-tests-sequential-ginkgo
158158
e2e-tests-sequential-ginkgo: ginkgo ## Runs kuttl e2e sequential tests
159-
@echo "Running GitOps Operator sequential Ginkgo E2E tests..."
160-
$(GINKGO_CLI) -v --trace --timeout 240m -r ./test/openshift/e2e/ginkgo/sequential
159+
@echo "Running GitOps Operator sequential Ginkgo E2E tests..."
160+
$(GINKGO_CLI) -v --trace --timeout 240m -r ./test/openshift/e2e/ginkgo/sequential
161161

162162
.PHONY: e2e-tests-parallel-ginkgo ## Runs kuttl e2e parallel tests, (Defaults to 5 runs at a time)
163163
e2e-tests-parallel-ginkgo: ginkgo
164-
@echo "Running GitOps Operator parallel Ginkgo E2E tests..."
165-
$(GINKGO_CLI) -p -v -procs=5 --trace --timeout 60m -r ./test/openshift/e2e/ginkgo/parallel
164+
@echo "Running GitOps Operator parallel Ginkgo E2E tests..."
165+
$(GINKGO_CLI) -p -v -procs=5 --trace --timeout 60m -r ./test/openshift/e2e/ginkgo/parallel
166166

167167
.PHONY: e2e-tests-sequential
168168
e2e-tests-sequential:

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ metadata:
190190
capabilities: Deep Insights
191191
console.openshift.io/plugins: '["gitops-plugin"]'
192192
containerImage: quay.io/redhat-developer/gitops-operator
193-
createdAt: "2026-04-01T16:54:16Z"
193+
createdAt: "2026-04-09T19:32:55Z"
194194
description: Enables teams to adopt GitOps principles for managing cluster configurations
195195
and application delivery across hybrid multi-cluster Kubernetes environments.
196196
features.operators.openshift.io/disconnected: "true"

0 commit comments

Comments
 (0)