We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6c70a commit a1fc6afCopy full SHA for a1fc6af
Makefile
@@ -400,10 +400,6 @@ test-component: envtest ginkgo ## Run component tests.
400
test-e2e: manifests fmt vet ## Run e2e tests.
401
go test -timeout 30m -v ./test/e2e
402
403
-.PHONY: test-odh
404
-test-odh: manifests fmt vet ## Run e2e ODH tests.
405
- go test -timeout 60m -v ./test/odh
406
-
407
.PHONY: store-odh-logs
408
store-odh-logs: # Store all ODH relevant logs into artifact directory
409
kubectl logs -n opendatahub deployment/codeflare-operator-manager > ${ARTIFACT_DIR}/codeflare-operator.log
0 commit comments