-
Notifications
You must be signed in to change notification settings - Fork 111
fix(deployment): Fix the plugin-remote init which is missing now a method #676
Conversation
…thod Change-Id: I22e1a15dae39153f1d3b5cf55b6a6f6d31711c17 Signed-off-by: Florent Benoit <fbenoit@redhat.com>
crw-ci-test |
It looks like the build error
on |
crw-ci-test |
added the same fix for |
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.
I'm looking forward to merge this PR to stabilize the build
[ci-build] |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
crw-ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
@azatsarynnyy should we merge like this or wait happy path to be successful ? |
@benoitf I've just asked @dmytro-ndp to look at it as it has failed several times with |
crw-ci-test |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
I'm merging the PR as Happy Path tests are failing ATM because of eclipse-che/che#16403 |
* Move sidecar definitions into the plugin registry Part 1 of the migration. I am doing it in parts because doing it all at once will likely cause a build timeout upon pushing. Part of eclipse-che/che#18217 Signed-off-by: Eric Williams <ericwill@redhat.com> * Handle java and java8 separately Signed-off-by: Eric Williams <ericwill@redhat.com>
What does this PR do?
Add unimplemented method
What issues does this PR fix or reference?
Fix eclipse-che/che#16393
Change-Id: I22e1a15dae39153f1d3b5cf55b6a6f6d31711c17
Signed-off-by: Florent Benoit fbenoit@redhat.com