Skip to content

Commit

Permalink
Update CI for Jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr authored and tonybaltovski committed Oct 1, 2024
1 parent db0a9bb commit db5d857
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ assignees: clearpathrobotics/clearpath-platform-team
---

**Please provide the following information:**
- OS: (e.g. Ubuntu 22.04)
- ROS 2 Distro: (e.g. Humble)
- OS: (e.g. Ubuntu 24.04)
- ROS 2 Distro: (e.g. Jazzy)
- Built from source or installed:
- Package version: (if from repository, give version from `sudo dpkg -s ros-$ROS_VERSION-clearpath-common`, if from source, give commit hash)
- Real hardware or simulation:
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ on:

jobs:
clearpath_common_osrf_industrial_ci:
name: Humble OSRF Industrial
name: Jazzy OSRF Industrial
strategy:
matrix:
env:
- {ROS_REPO: testing, ROS_DISTRO: humble}
- {ROS_REPO: main, ROS_DISTRO: humble}
- {ROS_REPO: testing, ROS_DISTRO: jazzy}
- {ROS_REPO: main, ROS_DISTRO: jazzy}
fail-fast: false
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
clearpath_common_cpr_ci:
name: Humble Clearpath Release
runs-on: ubuntu-22.04
name: Jazzy Clearpath Release
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
required-ros-distributions: jazzy
- name: clearpath-package-server
run: |
sudo apt install wget
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
target-ros2-distro: humble
target-ros2-distro: jazzy
package-name: |
clearpath_common
clearpath_control
Expand All @@ -49,17 +49,17 @@ jobs:
clearpath_platform_description
clearpath_sensors_description
clearpath_common_src_ci:
name: Humble Clearpath Source
runs-on: ubuntu-22.04
name: Jazzy Clearpath Source
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
required-ros-distributions: jazzy
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
target-ros2-distro: humble
target-ros2-distro: jazzy
package-name: |
clearpath_common
clearpath_control
Expand Down

0 comments on commit db5d857

Please sign in to comment.