-
Notifications
You must be signed in to change notification settings - Fork 16
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
Increase limit job #42
Comments
Hi @rytswd |
Hi @yuriydzobak, thanks for raising the issue! |
Would be nice if MG works with any number, because I have repos with 20-30 jobs, some repo has 70 jobs(matrix) and for example, users don't care about any limits in MG Thank you |
@yuriydzobak Sorry for getting back to you late! |
Sorry for the delay in getting back to this, just a quick update on this. |
Hi,
I faced an issue
When PR has more than 30 jobs the merge-gatekeeper replace some job in the array list and if some job fails the MG can skip because that job is not in the list
As you see logs, the
unit-tests (test28)
was replacedServices Unit Tests
.It would be nice if the MK has an additional flag to increase the limit of jobs, like
job-limit: 50
The text was updated successfully, but these errors were encountered: