File tree 4 files changed +18
-16
lines changed
4 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 1
- name : Basic Build Workflow
1
+ name : Humble Build
2
2
3
3
on :
4
4
- pull_request
29
29
wiimote_msgs
30
30
target-ros2-distro : humble
31
31
- name : Upload logs
32
- uses : actions/upload-artifact@v1
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : colcon-logs
35
35
path : ${{ steps.humble_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
Original file line number Diff line number Diff line change 1
- name : Basic Build Workflow
1
+ name : Jazzy Build
2
2
3
3
on :
4
4
- pull_request
5
5
- push
6
6
7
7
jobs :
8
- build-iron :
9
- runs-on : ubuntu-22 .04
8
+ build-rolling :
9
+ runs-on : ubuntu-24 .04
10
10
strategy :
11
11
fail-fast : false
12
12
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
14
14
steps :
15
15
- name : Build Environment
16
16
uses :
ros-tooling/[email protected]
17
17
with :
18
- required-ros-distributions : iron
18
+ required-ros-distributions : jazzy
19
19
- name : Run Tests
20
20
uses :
ros-tooling/[email protected]
21
- id : iron_action_ros_ci_step
21
+ id : jazzy_action_ros_ci_step
22
22
with :
23
23
package-name : |
24
24
joy
@@ -27,10 +27,10 @@ jobs:
27
27
spacenav
28
28
wiimote
29
29
wiimote_msgs
30
- target-ros2-distro : iron
30
+ target-ros2-distro : jazzy
31
31
- name : Upload logs
32
- uses : actions/upload-artifact@v1
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
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
36
36
if : always()
Original file line number Diff line number Diff line change 1
- name : Basic Build Workflow
1
+ name : Rolling Build
2
2
3
3
on :
4
4
- pull_request
5
5
- push
6
6
7
7
jobs :
8
8
build-rolling :
9
- runs-on : ubuntu-22 .04
9
+ runs-on : ubuntu-24 .04
10
10
strategy :
11
11
fail-fast : false
12
12
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
14
14
steps :
15
15
- name : Build Environment
16
16
uses :
ros-tooling/[email protected]
29
29
wiimote_msgs
30
30
target-ros2-distro : rolling
31
31
- name : Upload logs
32
- uses : actions/upload-artifact@v1
32
+ uses : actions/upload-artifact@v4
33
33
with :
34
34
name : colcon-logs
35
35
path : ${{ steps.rolling_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
Original file line number Diff line number Diff line change 1
1
# ROS Joystick Drivers Stack #
2
2
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 )
4
6
5
7
A simple set of nodes for supporting various types of joystick inputs and producing ROS messages from the underlying OS messages.
6
8
You can’t perform that action at this time.
0 commit comments