-
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
Use newer version of Jgroups and EclipseLink to prevent PKIX errors on OCP 4.x #14920
Conversation
This reverts commit fc531ea.
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
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.
in general looks good.
thread_naming_pattern="cl" | ||
|
||
thread_pool.min_threads="0" | ||
thread_pool.max_threads="500" | ||
thread_pool.keep_alive_time="30000" /> | ||
|
||
<kubernetes.KUBE_PING | ||
labels="app=che" /> | ||
<org.jgroups.protocols.kubernetes.KUBE_PING |
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.
What the source of this file? Does it come from documentation
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.
Yes that's exacly as in doc on https://github.com/jgroups-extras/jgroups-kubernetes
ci-build |
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E tests of Eclipse Che Multiuser on OCP has failed:
|
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
ci-test |
1 similar comment
ci-test |
crw-ci-test |
1 similar comment
crw-ci-test |
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
E2E tests of Eclipse Che Multiuser on OCP has been successful:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:
|
Merging since the same test failure is in master (and no other regressions visible) |
What does this PR do?
Use newer version of Jgroups, KUBE_PING and EclipseLink to prevent PKIX errors on OCP 4.x
What issues does this PR fix or reference?
#13607
Release Notes
N/A
Docs PR
N/A