Skip to content

Commit c7bd270

Browse files
authored
Branch jazzy (#1363)
* Update more upstream repo branches for Jazzy ur_description and ros2_controllers now also have branched out for jazzy * Update README and ci_status to have a jazzy branch * Update jazzy workflows - Remove PR and push triggers for main branch - Set reference for scheduled build to jazzy
1 parent 6cbcaf1 commit c7bd270

File tree

6 files changed

+13
-31
lines changed

6 files changed

+13
-31
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Jazzy Binary Build Main
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
branches:
6-
- main
7-
push:
8-
branches:
9-
- main
104
schedule:
115
# Run every morning to detect flakiness and broken dependencies
126
- cron: '13 4 * * *'
@@ -17,4 +11,4 @@ jobs:
1711
with:
1812
ros_distro: jazzy
1913
ros_repo: main
20-
ref_for_scheduled_build: main
14+
ref_for_scheduled_build: jazzy
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Jazzy Binary Build Testing
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
branches:
6-
- main
7-
push:
8-
branches:
9-
- main
104
schedule:
115
# Run every morning to detect flakiness and broken dependencies
126
- cron: '13 4 * * *'
@@ -17,4 +11,4 @@ jobs:
1711
with:
1812
ros_distro: jazzy
1913
ros_repo: testing
20-
ref_for_scheduled_build: main
14+
ref_for_scheduled_build: jazzy
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Jazzy Semi Binary Build Main
22
on:
33
workflow_dispatch:
4-
pull_request:
5-
branches:
6-
- main
7-
push:
8-
branches:
9-
- main
104
schedule:
115
# Run every morning to detect flakiness and broken dependencies
126
- cron: '13 4 * * *'
@@ -18,4 +12,4 @@ jobs:
1812
ros_distro: jazzy
1913
ros_repo: main
2014
upstream_workspace: Universal_Robots_ROS2_Driver.jazzy.repos
21-
ref_for_scheduled_build: main
15+
ref_for_scheduled_build: jazzy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Check also [presentations and videos](ur_robot_driver/doc/resources/README.md) a
2626
<tr>
2727
<th>Branch</th>
2828
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/humble">humble</a></td>
29-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/main">main</a></td>
29+
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/jazzy">jazzy</a></td>
3030
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/main">main</a></td>
3131
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/main">main</a></td>
3232
</tr>

Universal_Robots_ROS2_Driver.jazzy.repos

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repositories:
66
Universal_Robots_ROS2_Description:
77
type: git
88
url: https://github.com/UniversalRobots/Universal_Robots_ROS2_Description.git
9-
version: rolling
9+
version: jazzy
1010
ur_msgs:
1111
type: git
1212
url: https://github.com/ros-industrial/ur_msgs.git
@@ -18,7 +18,7 @@ repositories:
1818
ros2_controllers:
1919
type: git
2020
url: https://github.com/ros-controls/ros2_controllers
21-
version: master
21+
version: jazzy
2222
kinematics_interface:
2323
type: git
2424
url: https://github.com/ros-controls/kinematics_interface.git

ci_status.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ red pipeline there should be a corresponding issue labeled with [ci-failure](htt
1313
</tr>
1414
<tr>
1515
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/humble">humble</a></td>
16-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/main">main</a></td>
16+
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/jazzy">jazzy</a></td>
1717
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/main">main</a></td>
1818
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/tree/main">main</a></td>
1919
</tr>
@@ -33,16 +33,16 @@ red pipeline there should be a corresponding issue labeled with [ci-failure](htt
3333
</a> <br />
3434
</td>
3535
<td> <!-- jazzy -->
36-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-binary-main.yml?query=branch%3Amain+">
37-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-binary-main.yml/badge.svg?branch=main"
36+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-binary-main.yml?query=event%3Aschedule+">
37+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-binary-main.yml/badge.svg?event=schedule"
3838
alt="Jazzy Binary Main"/>
3939
</a> <br />
40-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-binary-testing.yml?query=branch%3Amain+">
41-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-binary-testing.yml/badge.svg?branch=main"
40+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-binary-testing.yml?query=event%3Aschedule+">
41+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-binary-testing.yml/badge.svg?event=schedule"
4242
alt="Jazzy Binary Testing"/>
4343
</a> <br />
44-
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-semi-binary-main.yml?query=branch%3Amain+">
45-
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-semi-binary-main.yml/badge.svg?branch=main"
44+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-semi-binary-main.yml?query=event%3Aschedule+">
45+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver/actions/workflows/jazzy-semi-binary-main.yml/badge.svg?event=schedule"
4646
alt="Jazzy Semi-Binary Main"/>
4747
</a> <br />
4848
</td>

0 commit comments

Comments
 (0)