Skip to content

Commit

Permalink
Update workflows and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
JWhitleyWork committed Dec 4, 2024
1 parent 8ecb036 commit 3539a45
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/humble-build-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Basic Build Workflow
name: Humble Build

on:
- pull_request
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
wiimote_msgs
target-ros2-distro: humble
- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ${{ steps.humble_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: Basic Build Workflow
name: Jazzy Build

on:
- pull_request
- push

jobs:
build-iron:
runs-on: ubuntu-22.04
build-rolling:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-desktop-latest
image: rostooling/setup-ros-docker:ubuntu-noble-ros-jazzy-desktop-latest
steps:
- name: Build Environment
uses: ros-tooling/[email protected]
with:
required-ros-distributions: iron
required-ros-distributions: jazzy
- name: Run Tests
uses: ros-tooling/[email protected]
id: iron_action_ros_ci_step
id: jazzy_action_ros_ci_step
with:
package-name: |
joy
Expand All @@ -27,10 +27,10 @@ jobs:
spacenav
wiimote
wiimote_msgs
target-ros2-distro: iron
target-ros2-distro: jazzy
- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ${{ steps.iron_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
path: ${{ steps.jazzy_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
if: always()
8 changes: 4 additions & 4 deletions .github/workflows/rolling-build-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Basic Build Workflow
name: Rolling Build

on:
- pull_request
- push

jobs:
build-rolling:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
container:
image: rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-desktop-latest
image: rostooling/setup-ros-docker:ubuntu-noble-ros-rolling-desktop-latest
steps:
- name: Build Environment
uses: ros-tooling/[email protected]
Expand All @@ -29,7 +29,7 @@ jobs:
wiimote_msgs
target-ros2-distro: rolling
- name: Upload logs
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: colcon-logs
path: ${{ steps.rolling_action_ros_ci_step.outputs.ros-workspace-directory-name }}/log
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ROS Joystick Drivers Stack #

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

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

Expand Down

0 comments on commit 3539a45

Please sign in to comment.