Skip to content

Commit 153d315

Browse files
author
Felix Exner
committed
Add jazzy builds
1 parent 7a4e4d1 commit 153d315

File tree

3 files changed

+60
-1
lines changed

3 files changed

+60
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Jazzy Binary Build Main
2+
on:
3+
workflow_dispatch:
4+
branches:
5+
- rolling
6+
pull_request:
7+
branches:
8+
- rolling
9+
- ros2
10+
push:
11+
branches:
12+
- rolling
13+
schedule:
14+
- cron: '53 5 * * *'
15+
16+
jobs:
17+
binary:
18+
uses: ./.github/workflows/reusable_ici.yml
19+
with:
20+
ros_distro: jazzy
21+
ros_repo: main
22+
ref_for_scheduled_build: rolling
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Jazzy Binary Build Testing
2+
on:
3+
workflow_dispatch:
4+
branches:
5+
- rolling
6+
pull_request:
7+
branches:
8+
- rolling
9+
- ros2
10+
push:
11+
branches:
12+
- rolling
13+
schedule:
14+
- cron: '53 5 * * *'
15+
16+
jobs:
17+
binary:
18+
uses: ./.github/workflows/reusable_ici.yml
19+
with:
20+
ros_distro: rolling
21+
ros_repo: testing
22+
ref_for_scheduled_build: jazzy

ci_status.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ upstream changes some pipelines might turn red temporarily which can be expected
88
<th></th>
99
<th>Humble</th>
1010
<th>Iron</th>
11+
<th>Jazzy</th>
1112
<th>Rolling</th>
1213
</tr>
1314
<tr>
1415
<th>Branch</th>
1516
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/humble">humble</a></td>
1617
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/iron">iron</a></td>
1718
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/rolling">rolling</a></td>
19+
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/rolling">rolling</a></td>
1820
</tr>
1921
<tr>
2022
<th>Repo builds</th>
@@ -38,6 +40,16 @@ upstream changes some pipelines might turn red temporarily which can be expected
3840
alt="Iron Binary Testing"/>
3941
</a> <br />
4042
</td>
43+
<td>
44+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/actions/workflows/jazzy-binary-main.yml?query=event%3Aschedule++">
45+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/actions/workflows/jazzy-binary-main.yml/badge.svg?event=schedule"
46+
alt="Jazzy Binary Main"/>
47+
</a> <br />
48+
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/actions/workflows/jazzy-binary-testing.yml?query=event%3Aschedule++">
49+
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/actions/workflows/jazzy-binary-testing.yml/badge.svg?event=schedule"
50+
alt="Jazzy Binary Testing"/>
51+
</a> <br />
52+
</td>
4153
<td>
4254
<a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/actions/workflows/rolling-binary-main.yml?query=event%3Aschedule++">
4355
<img src="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/actions/workflows/rolling-binary-main.yml/badge.svg?event=schedule"
@@ -58,7 +70,10 @@ upstream changes some pipelines might turn red temporarily which can be expected
5870
<a href='https://build.ros2.org/job/Ibin_uJ64__ur_description__ubuntu_jammy_amd64__binary/'><img src='https://build.ros2.org/job/Ibin_uJ64__ur_description__ubuntu_jammy_amd64__binary/badge/icon?subject=uJ64_ur_description'></a>
5971
</td>
6072
<td>
61-
<a href='https://build.ros2.org/job/Rbin_uJ64__ur_description__ubuntu_jammy_amd64__binary/'><img src='https://build.ros2.org/job/Rbin_uJ64__ur_description__ubuntu_jammy_amd64__binary/badge/icon?subject=uJ64_ur_description'></a>
73+
<a href='https://build.ros2.org/job/Jbin_uN64__ur_description__ubuntu_noble_amd64__binary/'><img src='https://build.ros2.org/job/Jbin_uN64__ur_description__ubuntu_noble_amd64__binary/badge/icon?subject=uN64_ur_description'></a>
74+
</td>
75+
<td>
76+
<a href='https://build.ros2.org/job/Rbin_uN64__ur_description__ubuntu_noble_amd64__binary/'><img src='https://build.ros2.org/job/Rbin_uN64__ur_description__ubuntu_noble_amd64__binary/badge/icon?subject=uN64_ur_description'></a>
6277
</td>
6378
</tr>
6479
</table>

0 commit comments

Comments
 (0)