brew CI: check RTOOLS_BRANCH for ci_matching_branch#1509
Merged
scpeters merged 2 commits intoJun 21, 2026
Conversation
62b33a8 to
eb0b2d2
Compare
Signed-off-by: Steve Peters <scpeters@intrinsic.ai>
eb0b2d2 to
68941fd
Compare
Contributor
|
Looks good to my eyes, I've created the docs PR in gazebosim/docs#699 |
j-rivero
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We currently allow different branches of metadata repositories to be used in some cases when branches start with
ci_matching_branch/, as documented in the Gazebo CI docs page. Currently macOS CI jobs only check theghprbSourceBranchvariable, which is to the source branch of a GitHub pull request. It is inconvenient to open an entire pull request just to trigger a CI build with custom metadata, so I've updated the logic to also check theRTOOLS_BRANCHfor theci_matching_branch/prefix, which can be set when starting stable branch CI jobs.example build results here
In order to test the effect of gazebosim/gz-sensors#623 on gz-sim, I updated the gz-rotary-sensors formula to use the PR branch in osrf/homebrew-simulation@856ded1 and created a gz-sim branch from
mainwith matching name, made a dummy change to the readme, opened a draft PR gazebosim/gz-sim#3664, and the homebrew CI job triggered for that PR used the specified branch of gz-sensorsWith the approach in this branch, it is much simpler, as I was able to trigger a gz_sim-ci-main-homebrew-arm64 branch using the release-tools branch from this PR, without pushing a dummy change to gz-sim or opening a dummy PR:
TODO link to gazebosim/docs update PR