-
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
Set wildcard '*' host name if key name start from 'default-' according to the the https://github.com/eclipse/che/issues/13494#issuecomment-512761661 #13901
Conversation
… the #13494 (comment) Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
Can one of the admins verify this PR? |
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
Signed-off-by: Vitalii Parfonov <vparfono@redhat.com>
...ava/org/eclipse/che/workspace/infrastructure/kubernetes/provision/VcsSshKeysProvisioner.java
Outdated
Show resolved
Hide resolved
...ava/org/eclipse/che/workspace/infrastructure/kubernetes/provision/VcsSshKeysProvisioner.java
Outdated
Show resolved
Hide resolved
ci-test |
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.
Approving for including in 7.0. Please consult results of integration tests with somebody from QE before merging. Thx ;-)
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
@vparfonov: there is regression in Java selenium e2e tests results https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/1921//Selenium_20tests_20report/ caused by ~100 test workspace failures, like the follow:
You can find full server logs here https://ci.codenvycorp.com/view/pr-builds/job/che-pullrequests-test-ocp/1921/Selenium_20tests_20report/che_server_logs.zip |
ci-test |
@vparfonov: more details about start workspace error could be found in ocp-events.log inside https://ci.codenvycorp.com/view/pr-builds/job/che-pullrequests-test-ocp/1921/Selenium_20tests_20report/che_server_logs.zip:
|
thx @dmytro-ndp, probably some network issue, i will restart tests |
Results of automated E2E tests of Eclipse Che Multiuser on OCP: |
Signed-off-by: Vitalii Parfonov vparfono@redhat.com
What does this PR do?
Set wildcard '*' host name if key name start from 'default-' according to the the #13494 (comment)
Example: if generate ssh key has name 'default-12345' to the ssh_config will be added:
What issues does this PR fix or reference?
#13494
Release Notes
Docs PR