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

Eager concurrency #1558

Merged
merged 1 commit into from
Nov 2, 2021
Merged

Eager concurrency #1558

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.

@github-actions
Copy link

github-actions bot commented Nov 1, 2021

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 41.24 kB 12.71 kB
After 41.24 kB 12.71 kB
± No change No change

code coverage diff

Coverage values did not change👌.

Total:

Lines Branches Functions Statements
0%(+0%) 0%(+0%) 0%(+0%) 0%(+0%)

Generated by 🚫 dangerJS against 3a3d326

@twometresteve twometresteve merged commit c641363 into next Nov 2, 2021
@twometresteve twometresteve deleted the tms/eager-concurrency branch November 2, 2021 10: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