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

Reduce dependabot concurrent requests to 2 #1321

Merged
merged 2 commits into from
Mar 23, 2022
Merged

Conversation

julio-lopez
Copy link
Contributor

@julio-lopez julio-lopez commented Mar 23, 2022

Change Overview

Reduce @dependabot concurrent requests to 2 to limit the amount of consumed CI cycles for @dependabot PRs.

Every time a @dependabot PR is merged, all the outstanding ones are rebased and go through CI as well.

Ideally, we'd have a rule to manage when CI gets to run for @dependabot PRs, as it does not make sense to run CI when there is another outstanding @dependabot PR for which CI is running or has succeeded. Until then, we will reduce the concurrency level.

Pull request type

  • 🐹 Trivial/Minor

Test Plan

  • CI

@pavannd1
Copy link
Contributor

pavannd1 commented Mar 23, 2022

Makes sense to reduce it to 2 👍🏼 Note that our current TravisCI subscription only allows 2 concurrent runs at a time

Copy link
Contributor

@ihcsim ihcsim left a comment

Choose a reason for hiding this comment

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

Thanks for the change 👍. Yeah, at one point, I saw 40+ jobs waiting in the queue - thought I was just going to wait it out, assuming we haven't upgrade for a while.

@mergify mergify bot merged commit 333c3a6 into master Mar 23, 2022
@mergify mergify bot deleted the dependabot-conc-2 branch March 23, 2022 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants