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

Isolate docker compose runs #5011

Closed
paolino opened this issue Feb 27, 2025 · 0 comments · Fixed by #5013
Closed

Isolate docker compose runs #5011

paolino opened this issue Feb 27, 2025 · 0 comments · Fixed by #5013
Labels
Bug CI CI related
Milestone

Comments

@paolino
Copy link
Collaborator

paolino commented Feb 27, 2025

Why

We have a lot of failures in the CI due to shared resources.

What

Pass a random name to the docker compose runs so the resources will not be shared

Links

@paolino paolino added the Bug label Feb 27, 2025
@paolino paolino added this to the 2025Q1 milestone Feb 27, 2025
@paolino paolino added the CI CI related label Feb 27, 2025
paolino added a commit that referenced this issue Feb 27, 2025
### Changes 

- Remove leakage by adding --rm to docker run invocations
- Remove resource sharing by adding a name to the docker compose
invocations
- Add `-L` to all `nix build` in the CI 

### Issues 

fix #5011 
fix #5001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug CI CI related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant