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

ci: Only run one of each workflow at once for a branch / PR #6109

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

joncinque
Copy link
Contributor

Problem

It's easy for our CI machines to get bogged down if many PRs go in quickly, which often happens when we have multiple dependabot PRs in at once. This happens because CI is run at the same time for every single commit.

Solution

Following solana-labs/solana#34733, limit the concurrency on PRs and branches to one per workflow type.

@joncinque joncinque requested a review from yihau January 10, 2024 18:39
@joncinque joncinque marked this pull request as ready for review January 10, 2024 18:39
Copy link
Member

@yihau yihau left a comment

Choose a reason for hiding this comment

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

🪖

@joncinque joncinque merged commit 10d9c63 into solana-labs:master Jan 10, 2024
47 checks passed
@joncinque joncinque deleted the ciconcur branch January 10, 2024 19:27
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