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

Stop environment #4283

Merged
merged 2 commits into from May 10, 2017
Merged

Stop environment #4283

merged 2 commits into from May 10, 2017

Conversation

ruflin
Copy link
Member

@ruflin ruflin commented May 10, 2017

No description provided.

Docker-compose creates a unique network for each build now. docker-compose rm -v -f did not remove the created networks. The command `docker-compose down` does also remove the networks.

This is important as docker-compose has a default limit of 31 networks.
The testsuite command cleans up the environment after being finished. This reduces the number of containers run at the same time on the machine and saves resources. So far cleanup only happend after all testsuites for all beats were executed.

The cleanup afterwards is still needed, as cleanup will not happen in case a test fails.
@ruflin ruflin added :Infra in progress Pull request is currently in progress. review labels May 10, 2017
@tsg tsg merged commit 8662241 into elastic:master May 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in progress Pull request is currently in progress. :Infra review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants