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

Buildkite - eager concurrency #1473

Merged
merged 1 commit into from
Nov 2, 2021
Merged

Buildkite - eager concurrency #1473

merged 1 commit into from
Nov 2, 2021

Conversation

twometresteve
Copy link
Contributor

Goal

Implement eager concurrency for the CI browserstack-app concurrency group.

Design

By default, Buildkite processes jobs in the order in which they were created, which is often very inefficient for our needs. Jobs that are ready to be processed can be held behind those that are still waiting for other steps to complete.

Changeset

Setting concurrency_method to eager is Buildkite's mechanism to avoid this situation and is perfect for our needs.

Testing

Covered by CI.

Copy link
Contributor

@fractalwrench fractalwrench left a comment

Choose a reason for hiding this comment

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

LGTM

@fractalwrench fractalwrench merged commit 53e1367 into next Nov 2, 2021
@fractalwrench fractalwrench deleted the tms/eager-concurrency branch November 2, 2021 09:15
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