mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
odo link and odo unlink write to devfile without deploying to cluster (#4819)
* Do not deploy sbr at `odo link` time, save it in devfile * Changelog * Fix remove duplicates * Do not set owner references again * Fix wait for pod terminating * Simplify env vars deduplication * Add comment * Dont use oc * link type * fix * Fix spinner * Fix tests * Fic error message for link/unlink * Review * No spinner
This commit is contained in:
2
Makefile
2
Makefile
@@ -344,7 +344,7 @@ openshiftci-presubmit-unittests:
|
||||
|
||||
.PHONY: test-operator-hub
|
||||
test-operator-hub: ## Run OperatorHub tests
|
||||
$(RUN_GINKGO) $(GINKGO_FLAGS) -focus="odo service command tests" tests/integration/operatorhub/
|
||||
$(RUN_GINKGO) $(GINKGO_FLAGS) tests/integration/operatorhub/
|
||||
|
||||
.PHONY: test-cmd-devfile-describe
|
||||
test-cmd-devfile-describe:
|
||||
|
||||
Reference in New Issue
Block a user