- I unexpectedly found that when I ran tests for finish verification the test failed because podman in the workspace is unexist
- After investigating this I found that when we create a workspace using a factory from the repo: https://github.com/redhat-developer/devspaces I found the following:
Kubedock is disabled. It can be enabled with the env variable "KUBEDOCK_ENABLED=true" set in the workspace Devfile or in a Kubernetes ConfigMap in the developer namespace. ln: failed to create symbolic link '/home/tooling/.local/bin/podman': No such file or directory
I did not find the root cause and addressed this to vsvydenk. We suspect that it can be dependent on the PR: https://github.com/devfile/developer-images/pull/179
We addressed this question to the channel: https://redhat-internal.slack.com/archives/C04L0QR0P09/p1723632730884139
Also, I get the alternative experimental link to the factory: https://github.com/redhat-developer/devspaces/tree/sv-fix-commands
With the fix I am trying this one on the stability of the build
- relates to
-
CRW-6581 Create automation test for Custom Che Plugin registry flow
- Closed
- links to