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

49 Add filtering to merge module to exclude known failures #54

Merged
merged 3 commits into from
May 30, 2024

Conversation

jashapiro
Copy link
Member

@jashapiro jashapiro commented May 30, 2024

Closes #49

To reduce computation for the merge workflow a bit when we expect it to fail, I am here adding a parameter for the maximum number of libraries to merge.

I guessed on the max to be between the failure and success, but as it is a parameter it should be easy to test higher numbers if we get libraries near the boundary.

Copy link
Member

@allyhawkins allyhawkins left a comment

Choose a reason for hiding this comment

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

This looks good to me. I think 75 is a reasonable guess for now.

@jashapiro jashapiro merged commit bf8a7d7 into main May 30, 2024
2 checks passed
@jashapiro jashapiro deleted the jashapiro/49-merge-max branch May 30, 2024 20:58
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.

Add filtering to merge module to exclude known failures
2 participants