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

Revert continuous pruning of containers #51

Merged
merged 3 commits into from
Jul 28, 2023

Conversation

bernt-matthias
Copy link
Collaborator

Revert #37 and prune once before each planemo test.

When testing tools for which no container exists one is built. The continuous pruning makes this fail (example). It seems that also some ./build directory is pruned and docker recreates it with root permissions (see). Besides this it seems more than likely that a prune is called between subsequent tests and maybe even between building the container and using it in the test. Hence the container needs to be built frequently which often needs enormous amounts of time.... besides the fact that it does not work.

In addition before building the container, conda search call(s) are executed using some conda container. This container (approx 500MB) is pruned in between these searches. For tools like multigsea that have some requirements this leads to GBs of useless downloads (but maybe github uses some caching).

@mvdbeek mvdbeek merged commit fd4d12c into galaxyproject:main Jul 28, 2023
14 checks passed
@bernt-matthias bernt-matthias deleted the revert-loop branch July 28, 2023 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants