Skip to content

Commit 3539a45

Browse files
committed
Update workflows and badges
1 parent 8ecb036 commit 3539a45

File tree

4 files changed

+18
-16
lines changed

4 files changed

+18
-16
lines changed

.github/workflows/humble-build-ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Basic Build Workflow
1+
name: Humble Build
22

33
on:
44
- pull_request
@@ -29,7 +29,7 @@ jobs:
2929
wiimote_msgs
3030
target-ros2-distro: humble
3131
- name: Upload logs
32-
uses: actions/upload-artifact@v1
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: colcon-logs
3535
path: ${{ steps.humble_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
name: Basic Build Workflow
1+
name: Jazzy Build
22

33
on:
44
- pull_request
55
- push
66

77
jobs:
8-
build-iron:
9-
runs-on: ubuntu-22.04
8+
build-rolling:
9+
runs-on: ubuntu-24.04
1010
strategy:
1111
fail-fast: false
1212
container:
13-
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-desktop-latest
13+
image: rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-desktop-latest
1414
steps:
1515
- name: Build Environment
1616
uses: ros-tooling/[email protected]
1717
with:
18-
required-ros-distributions: iron
18+
required-ros-distributions: jazzy
1919
- name: Run Tests
2020
uses: ros-tooling/[email protected]
21-
id: iron_action_ros_ci_step
21+
id: jazzy_action_ros_ci_step
2222
with:
2323
package-name: |
2424
joy
@@ -27,10 +27,10 @@ jobs:
2727
spacenav
2828
wiimote
2929
wiimote_msgs
30-
target-ros2-distro: iron
30+
target-ros2-distro: jazzy
3131
- name: Upload logs
32-
uses: actions/upload-artifact@v1
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: colcon-logs
35-
path: ${{ steps.iron_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
35+
path: ${{ steps.jazzy_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
3636
if: always()

.github/workflows/rolling-build-ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
name: Basic Build Workflow
1+
name: Rolling Build
22

33
on:
44
- pull_request
55
- push
66

77
jobs:
88
build-rolling:
9-
runs-on: ubuntu-22.04
9+
runs-on: ubuntu-24.04
1010
strategy:
1111
fail-fast: false
1212
container:
13-
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-desktop-latest
13+
image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-desktop-latest
1414
steps:
1515
- name: Build Environment
1616
uses: ros-tooling/[email protected]
@@ -29,7 +29,7 @@ jobs:
2929
wiimote_msgs
3030
target-ros2-distro: rolling
3131
- name: Upload logs
32-
uses: actions/upload-artifact@v1
32+
uses: actions/upload-artifact@v4
3333
with:
3434
name: colcon-logs
3535
path: ${{ steps.rolling_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ROS Joystick Drivers Stack #
22

3-
[![](https://github.com/ros-drivers/joystick_drivers/workflows/Basic%20Build%20Workflow/badge.svg?branch=ros2)](https://github.com/ros-drivers/joystick_drivers/actions)
3+
[![Humble Build](https://github.com/ros-drivers/joystick_drivers/workflows/Humble%20Build/badge.svg?branch=ros2)](https://github.com/ros-drivers/joystick_drivers/actions)
4+
[![Jazzy Build](https://github.com/ros-drivers/joystick_drivers/workflows/Jazzy%20Build/badge.svg?branch=ros2)](https://github.com/ros-drivers/joystick_drivers/actions)
5+
[![Rolling Build](https://github.com/ros-drivers/joystick_drivers/workflows/Rolling%20Build/badge.svg?branch=ros2)](https://github.com/ros-drivers/joystick_drivers/actions)
46

57
A simple set of nodes for supporting various types of joystick inputs and producing ROS messages from the underlying OS messages.
68

0 commit comments

Comments
 (0)