-
Notifications
You must be signed in to change notification settings - Fork 53
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: Do not set 'ephemeral' storage for the 'Safe' mode #967
Conversation
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
Codecov Report
@@ Coverage Diff @@
## main #967 +/- ##
==========================================
+ Coverage 84.71% 85.17% +0.46%
==========================================
Files 363 380 +17
Lines 37514 39176 +1662
Branches 2440 2519 +79
==========================================
+ Hits 31779 33369 +1590
- Misses 5707 5780 +73
+ Partials 28 27 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-967 |
@olexii4 @akurinnoy it looks like smth. is still wrong - after doing the workspace restart based on the local devfile changes disappear from the workspace? am I missing smth. or this PR is not enough to fix the issue |
I can confirm that workspace is still restarting with default devfile using ephemeral Storage Type: https://youtu.be/mFvwfgelhs8?si=43ZyfQOpn_JXtrlA |
Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-967 |
1 similar comment
Docker image build succeeded: quay.io/eclipse/che-dashboard:pr-967 |
@ibuziuk We still have an old issue: Restart based on the local Devfile doesn`t work properly |
@ibuziuk @dmytro-ndp please test the PR. |
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.
Looks good to merge. Well done!
Verification screencast: https://youtu.be/XrIgFNEz0qY
yeah, but this is unrelated to the ephemeral mode I believe. @olexii4 Could you please review & approve if all is good with this PR in regard to eclipse-che/che#22638 ? |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: akurinnoy, dmytro-ndp, 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 |
Build 3.10 :: dashboard_3.10/12: Console, Changes, Git Data |
Build 3.11 :: dashboard_3.x/384: Console, Changes, Git Data |
Build 3.10 :: sync-to-downstream_3.10/85: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5155: Console, Changes, Git Data |
Build 3.11 :: push-latest-container-to-quay_3.x/3581: Console, Changes, Git Data |
Build 3.10 :: push-latest-container-to-quay_3.10/49: Console, Changes, Git Data |
Build 3.11 :: get-sources-rhpkg-container-build_3.x/5038: dashboard : 3.x :: Build 56712827 : quay.io/devspaces/dashboard-rhel8:3.11-12 |
Build 3.11 :: dashboard_3.x/384: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5155 triggered |
Build 3.10 :: get-sources-rhpkg-container-build_3.10/84: dashboard : 3.10 :: Build 56712838 : quay.io/devspaces/dashboard-rhel8:3.10-46 |
Build 3.11 :: update-digests_3.x/4777: Console, Changes, Git Data |
Build 3.10 :: dashboard_3.10/12: Upstream sync done; /DS_CI/sync-to-downstream_3.10/85 triggered |
Build 3.11 :: operator-bundle_3.x/2247: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5156: Console, Changes, Git Data |
Build 3.10 :: update-digests_3.10/86: Console, Changes, Git Data |
Build 3.10 :: update-digests_3.10/86: No new images detected: nothing to do! |
Build 3.11 :: push-latest-container-to-quay_3.x/3582: Console, Changes, Git Data |
Build 3.11 :: copyIIBsToQuay/2070: Console, Changes, Git Data |
Build 3.11 :: sync-to-downstream_3.x/5156: Build container: devspaces-operator-bundle synced; /DS_CI/get-sources-rhpkg-container-build_3.x/5039 triggered; /job/DS_CI/job/dsc_3.x triggered; |
Build 3.11 :: operator-bundle_3.x/2247: Upstream sync done; /DS_CI/sync-to-downstream_3.x/5156 triggered |
Build 3.11 :: update-digests_3.x/4777: Detected new images: rebuild operator-bundle |
Build 3.11 :: dsc_3.x/1513: Console, Changes, Git Data |
What does this PR do?
Do not set 'ephemeral' storage for the 'Safe' mode
What issues does this PR fix or reference?
Is it tested? How?
Release Notes
N/A
Docs PR
N/A