Enable automatic package sync to main for Rolling - #396
Open
Yadunund wants to merge 3 commits into
Open
Conversation
Signed-off-by: Yadunund Vijay <yadunund@gmail.com>
Signed-off-by: Yadunund Vijay <yadunund@gmail.com>
Signed-off-by: Yadunund Vijay <yadunund@gmail.com>
Member
Author
|
Following the PMC meeting earlier in the week, updated the There are |
cottsay
requested review from
claraberendsen
and removed request for
cottsay
September 3, 2026 16:40
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.
Description
Enable automatic triggering of the sync-to-main job for Rolling after a successful sync-to-testing, gated on the availability of key packages across all architectures.
This uses the new
sync.auto_trigger_mainoption introduced in ros-infrastructure/ros_buildfarm#1151.The
sync.packageslist has been updated to includedesktop-fullandsimulationin addition to the existingdesktopentry. This may be redundant sincesimulationincludes the others but I felt this way we can simply dropsimulationwhen we want to.Also considering adding packages that fall under the OSRF management like RMF, ros2_controls etc. Would like to discuss this with the PMC in the upcoming meeting.
Fixes # (issue)
NA
Is this user-facing behavior change?
Yes. The Rolling
sync-to-main jobwill now be triggered automatically aftereach arch's sync-to-testing job succeeds, rather than requiring manual
triggering. The sync only proceeds if the existing criteria are met
Did you use Generative AI?
No.
Additional Information
The
auto_trigger_mainflag defaults tofalsein the buildfarm code, sothis change has no effect on other distributions.