Project is not imported when using devfile v2 factory flow #19371
Labels
engine/devworkspace
Issues related to Che configured to use the devworkspace controller as workspace engine.
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
sprint/current
Milestone
Describe the bug
When I try to start a workspace (using a factory link that points to a devfile v2.0.0) the project source code is not cloned.
Note that the v2 devfile I have used doesn't have an explicit project.
In fact the
DevWorkspace
resource doesn't haveprojects
:Che version
Nightly
Steps to reproduce
Deploy Che, on OpenShift, with devworkspace support enabled
$ cat patch.yaml spec: devWorkspace: enable: true $ chectl server:deploy --che-operator-cr-patch-yaml=patch.yaml \ -p openshift --no-olm-suggested-namespace \ -n workspaces-server
Open a factory link
Expected behavior
I would expect the source code from
https://github.com/l0rd/spring-petclinic/tree/devfile2
to be cloned in my workspace.Runtime
OpenShift 4.7.1
Installation method
Environment
OpenShift dev cluster
The text was updated successfully, but these errors were encountered: