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

Avoid abicheckers to be generated with no whiteListedBranches #1144

Merged
merged 8 commits into from
May 23, 2024

Conversation

j-rivero
Copy link
Contributor

There was a problem generating abicheckers on a given platform when the only available branch of the lib in that platform is the main branch. The abichecker was added to the branches_with_ciconfig index but the code removed the main branch when calling GenericAnyJobGitHub so the real value for branches supported was NULL that implies no whiteListedBranch is generated to it is triggered in all branches.

The PR handles the main branch at the time of constructing the index. The expected result of this PR is the removal of some noble PRs that were only generated for the main branch.

@j-rivero j-rivero merged commit 0d2fcf7 into master May 23, 2024
1 check passed
@j-rivero j-rivero deleted the jrivero/abi_empty branch May 23, 2024 12:03
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