File tree Expand file tree Collapse file tree 5 files changed +19
-10
lines changed Expand file tree Collapse file tree 5 files changed +19
-10
lines changed Original file line number Diff line number Diff line change @@ -9,3 +9,13 @@ pull_request_rules:
99 - humble
1010 labels :
1111 - humble
12+ - name : Backport to jazzy branch
13+ conditions :
14+ - base=rolling
15+ - label=backport-jazzy
16+ actions :
17+ backport :
18+ branches :
19+ - jazzy
20+ labels :
21+ - jazzy
Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 pull_request :
55 branches :
6- - rolling
7- - ros2
6+ - jazzy
87 push :
98 branches :
10- - rolling
9+ - jazzy
1110 schedule :
1211 - cron : ' 53 5 * * *'
1312
1716 with :
1817 ros_distro : jazzy
1918 ros_repo : main
20- ref_for_scheduled_build : rolling
19+ ref_for_scheduled_build : jazzy
Original file line number Diff line number Diff line change 33 workflow_dispatch :
44 pull_request :
55 branches :
6- - rolling
7- - ros2
6+ - jazzy
87 push :
98 branches :
10- - rolling
9+ - jazzy
1110 schedule :
1211 - cron : ' 53 5 * * *'
1312
1716 with :
1817 ros_distro : jazzy
1918 ros_repo : testing
20- ref_for_scheduled_build : rolling
19+ ref_for_scheduled_build : jazzy
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ This repository contains description files and meshes for *Universal Robots* man
77ROS2 Distro | Branch | Build status | Released packages
88:---------: | :----: | :----------: | :---------------:
99** Humble** | [ ` humble ` ] ( https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/humble ) | [ ![ Build Status] ( https://build.ros2.org/job/Hbin_uJ64__ur_description__ubuntu_jammy_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Hbin_uJ64__ur_description__ubuntu_jammy_amd64__binary/ ) | [ ur_description] ( https://index.ros.org/p/ur_description/#humble )
10- ** Jazzy** | [ ` rolling ` ] ( https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/rolling ) | [ ![ Build Status] ( https://build.ros2.org/job/Jbin_uN64__ur_description__ubuntu_noble_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Jbin_uN64__ur_description__ubuntu_noble_amd64__binary/ ) | [ ur_description] ( https://index.ros.org/p/ur_description/#jazzy )
11- ** Kilted** | [ ` rolling ` ] ( https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/rolling ) | [ ![ Build Status] ( https://build.ros2.org/job/Kbin_uN64__ur_description__ubuntu_noble_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Kbin_uN64__ur_description__ubuntu_noble_amd64__binary/ ) | [ ur_description] ( https://index.ros.org/p/ur_description/#jazzy )
10+ ** Jazzy** | [ ` jazzy ` ] ( https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/jazzy ) | [ ![ Build Status] ( https://build.ros2.org/job/Jbin_uN64__ur_description__ubuntu_noble_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Jbin_uN64__ur_description__ubuntu_noble_amd64__binary/ ) | [ ur_description] ( https://index.ros.org/p/ur_description/#jazzy )
11+ ** Kilted** | [ ` rolling ` ] ( https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/rolling ) | [ ![ Build Status] ( https://build.ros2.org/job/Kbin_uN64__ur_description__ubuntu_noble_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Kbin_uN64__ur_description__ubuntu_noble_amd64__binary/ ) | [ ur_description] ( https://index.ros.org/p/ur_description/#kilted )
1212** Rolling** | [ ` rolling ` ] ( https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/rolling ) | [ ![ Build Status] ( https://build.ros2.org/job/Rbin_uN64__ur_description__ubuntu_noble_amd64__binary/badge/icon )] ( https://build.ros2.org/job/Rbin_uN64__ur_description__ubuntu_noble_amd64__binary/ ) | [ ur_description] ( https://index.ros.org/p/ur_description/#rolling )
1313
1414A more [ detailed build status] ( ci_status.md ) shows the state of all CI workflows inside this repo.
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ upstream changes some pipelines might turn red temporarily which can be expected
1414 <tr >
1515 <th>Branch</th>
1616 <td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/humble">humble</a></td>
17+ <td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/jazzy">jazzy</a></td>
1718 <td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/rolling">rolling</a></td>
1819 <td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/rolling">rolling</a></td>
1920 </tr >
You can’t perform that action at this time.
0 commit comments