-
Notifications
You must be signed in to change notification settings - Fork 52
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
Improvement for the workspace startup failure screen #1002
Conversation
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Signed-off-by: Oleksii Kurinnyi <[email protected]>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-1002 |
/retest |
4 similar comments
/retest |
/retest |
/retest |
/retest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/retest |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, ibuziuk, olexii4 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
@akurinnoy: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@akurinnoy
See screenshot: My guess, the locator was changed, and need to fix up: |
Build 3.11 :: dashboard_3.x/408: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5423: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3801: Console, Changes, Git Data |
Build 3.11 :: get-sources-rhpkg-container-build_3.x/5296: dashboard : 3.x :: Build 57269141 : quay.io/devspaces/dashboard-rhel8:3.11-33 |
Build 3.11 :: update-digests_3.x/5059: Console, Changes, Git Data |
Build 3.11 :: dashboard_3.x/408: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5423 triggered |
Build 3.11 :: operator-bundle_3.x/2337: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5426: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3804: Console, Changes, Git Data |
Build 3.11 :: copyIIBsToQuay/2222: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5426: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/5299 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.11 :: operator-bundle_3.x/2337: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5426 triggered |
Build 3.11 :: dsc_3.x/1603: Console, Changes, Git Data |
Build 3.11 :: update-digests_3.x/5059: Detected new images: rebuild operator-bundle |
Build 3.11 :: dsc_3.x/1603: 3.11.0-CI |
What does this PR do?
This PR updates:
Workspace startup page
Workspaces list page
Workspace details page
What issues does this PR fix or reference?
resolves eclipse-che/che#22640
fixes eclipse-che/che#22694
Is it tested? How?
Deploy Eclipse Che and use the dashboard image from this PR: quay.io/eclipse/che-dashboard:pr-1002
kubectl patch -n eclipse-che checluster/eclipse-che --type=json -p="[{\"op\": \"replace\", \"path\": \"/spec/components/dashboard\", \"value\": {deployment: {containers: [{image: \"quay.io/eclipse/che-dashboard:pr-1002\", name: che-dashboard}]}}}]"
Run a workspace that fails on startup, or create one using this devfile:
Wait until workspace fails.