gazebo-tooling / release-tools

8 stars 9 forks source link

Avoid abicheckers to be generated with no whiteListedBranches #1144

Closed j-rivero closed 1 month ago

j-rivero commented 1 month ago

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.