Skip to content

Avoid running docker-compose tasks concurrently in CI #51439

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

Merged

Conversation

mark-vieira
Copy link
Contributor

My latest theory regarding #48027 is that running docker-compose up concurrently is what's causing our device or resource busy on certain CI builds. This PR registers a throttle such that we only ever run one of these tasks at a time, effectively serializing them, hopefully making whatever race condition we are encountering go away.

@mark-vieira mark-vieira added the :Delivery/Build Build or test infrastructure label Jan 24, 2020
@mark-vieira mark-vieira requested a review from rjernst January 24, 2020 17:51
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Build)

Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Delivery/Build Build or test infrastructure Team:Delivery Meta label for Delivery team v7.6.0 v7.7.0 v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants