Skip to content

Commit a1fc6af

Browse files
Remove test-odh as this folder is no longer present
1 parent cc6c70a commit a1fc6af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -400,10 +400,6 @@ test-component: envtest ginkgo ## Run component tests.
400400
test-e2e: manifests fmt vet ## Run e2e tests.
401401
go test -timeout 30m -v ./test/e2e
402402

403-
.PHONY: test-odh
404-
test-odh: manifests fmt vet ## Run e2e ODH tests.
405-
go test -timeout 60m -v ./test/odh
406-
407403
.PHONY: store-odh-logs
408404
store-odh-logs: # Store all ODH relevant logs into artifact directory
409405
kubectl logs -n opendatahub deployment/codeflare-operator-manager > ${ARTIFACT_DIR}/codeflare-operator.log

0 commit comments

Comments
 (0)