Skip to content
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

Add init containers in the che plugin model #14397

Merged
merged 4 commits into from
Sep 2, 2019

Conversation

AndrienkoAleksandr
Copy link
Contributor

What does this PR do?

Add init containers in the che plugin model

What issues does this PR fix or reference?

#13387

@che-bot che-bot added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/enhancement A feature request - must adhere to the feature request template. labels Aug 30, 2019
@che-bot
Copy link
Contributor

che-bot commented Aug 30, 2019

E2E Happy path tests of Eclipse Che Single User on K8S (minikube v1.1.1) has failed:

@che-bot
Copy link
Contributor

che-bot commented Aug 30, 2019

E2E tests of Eclipse Che Multiuser on OCP has failed:

@@ -171,6 +176,15 @@ private void populateWorkspaceEnvVars(
.collect(Collectors.toList());
}

private K8sContainerResolver toK8sContainerResolver(
CheContainer container, List<ChePluginEndpoint> endpoints) throws InfrastructureException {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InfrastructureException can not be thrown here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, fixed

@AndrienkoAleksandr AndrienkoAleksandr force-pushed the addInitContainersInTheChePluginModel branch from de1533e to a4d4a7e Compare September 2, 2019 09:02
Signed-off-by: Oleksandr Andriienko <[email protected]>
@che-bot
Copy link
Contributor

che-bot commented Sep 2, 2019

E2E tests of Eclipse Che Multiuser on OCP has been successful:

@AndrienkoAleksandr AndrienkoAleksandr merged commit 9ee26b1 into master Sep 2, 2019
@AndrienkoAleksandr AndrienkoAleksandr deleted the addInitContainersInTheChePluginModel branch September 2, 2019 09:59
@che-bot che-bot added this to the 7.1.0 milestone Sep 2, 2019
@che-bot che-bot removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Sep 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A feature request - must adhere to the feature request template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants