-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix recovery of Devfile based workspaces #13321
Fix recovery of Devfile based workspaces #13321
Conversation
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
92eaa61
to
f10746c
Compare
ci-test |
This comment has been minimized.
This comment has been minimized.
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
ci-test |
This comment has been minimized.
This comment has been minimized.
ci-build |
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
ci-test |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/1791//Selenium_20tests_20report/) doesn't show any regression against this Pull Request. |
What does this PR do?
This PR fixes recovery of Devfile based workspaces.
This is done by moving logic of converting Devfile to workspace config form WorkspaceManager to WorkspaceRuntimes, and perform this converting on recovering of workspace if needed.
What issues does this PR fix or reference?
#13313
Release Notes
N/A
Docs PR
N/A