Skip to content

Commit c3e1d58

Browse files
authored
Revert "Merge integration tests (#2131)"
This reverts commit 6206a47.
1 parent 6206a47 commit c3e1d58

20 files changed

+7
-2
lines changed

.github/workflows/operator-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,4 +216,4 @@ jobs:
216216
- name: Run Ginkgo tests
217217
run: |
218218
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
219-
KUBEBUILDER_ASSETS="$(setup-envtest use 1.28.0 -p path)" ginkgo --github-output cmd/thv-operator/test-integration/...
219+
KUBEBUILDER_ASSETS="$(setup-envtest use 1.28.0 -p path)" ginkgo --github-output test/e2e/operator

cmd/thv-operator/Taskfile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ tasks:
205205
- go install github.com/onsi/ginkgo/v2/ginkgo@latest
206206
- KUBEBUILDER_ASSETS="$($(go env GOPATH)/bin/setup-envtest use 1.31.0 -p path)" $(go env GOPATH)/bin/ginkgo -v ./cmd/thv-operator/test-integration
207207

208+
operator-e2e-test-ginkgo:
209+
desc: Run E2E tests for the operator with Ginkgo
210+
cmds:
211+
- KUBEBUILDER_ASSETS="$(setup-envtest use 1.28.0 -p path)" ginkgo -v test/e2e/operator
212+
208213
# Backwards compatibility
209214
operator-e2e-test:
210215
deps: [operator-e2e-test-chainsaw]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)