-
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
CRW-1124 no need to set permissions twice,... #17563
Conversation
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
@nickboldt: could you, please, take a look at Che deployment error encountered during Happy path tests execution [1]:
[1] #17563 (comment) |
[crw-ci-test] |
…ht make it impossible to make the second one if file is not owned by 'user' user Change-Id: I67e3a6cde64ee1399a4421d424c76fa6ed0b3332 Signed-off-by: nickboldt <[email protected]> CRW-1124 just in case we need other to have write permissions, let's set it in Dockerfile (and then switch to 444 after updating cacerts file) Change-Id: I26db795b876849e2b2e66c6ef116cee5764ff0f8 Signed-off-by: nickboldt <[email protected]>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
…nd add bonus catalina.sh startup test too (copied from downstream) Change-Id: I3fb0e3fc6510c084ae24dd225719203fdecf4a2c Signed-off-by: nickboldt <[email protected]>
Could be permissions in the Dockerfile that don't work the same w/ Che on alpine as they do for CRW on UBI8. testing this change: |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
@nickboldt: there was Che image build error in Happy path tests:
|
Change-Id: Ie11e5fb36a64142a613ee469d4a0adba04813309 Signed-off-by: nickboldt <[email protected]>
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Multiuser User on K8S (minikube v1.1.1) ℹ️ |
@nickboldt can you update your pr and make sure tests are passing? |
After conversation today w/ @skabashnyuk and @tolusha ... this PR will be subsumed into #18504 (review) |
CRW-1124 no need to set permissions twice, since the first change might make it impossible to make the second one if file is not owned by 'user' user
Change-Id: I67e3a6cde64ee1399a4421d424c76fa6ed0b3332
Signed-off-by: nickboldt [email protected]