Skip to content

Commit 6206a47

Browse files
Merge integration tests (#2131)
* moved registry test * cleanup moved files * moved server test * cleanup * ci update after merge * update taskfile Signed-off-by: Abhishek <[email protected]> * correct(CRDPath) Signed-off-by: Abhishek <[email protected]> * Remove redundant operator-e2e-test-ginkgo task Signed-off-by: Abhishek <[email protected]> --------- Signed-off-by: Abhishek <[email protected]> Co-authored-by: Chris Burns <[email protected]>
1 parent 7af3027 commit 6206a47

20 files changed

+2
-7
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 test/e2e/operator
219+
KUBEBUILDER_ASSETS="$(setup-envtest use 1.28.0 -p path)" ginkgo --github-output cmd/thv-operator/test-integration/...

cmd/thv-operator/Taskfile.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,6 @@ 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-
213208
# Backwards compatibility
214209
operator-e2e-test:
215210
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)