Skip to content

Commit

Permalink
Activate the CI pipeline for ROS2 Jazzy
Browse files Browse the repository at this point in the history
Also use the corresponding Ubuntu versions for specific ROS2 releases.
  • Loading branch information
stefanscherzinger committed Aug 26, 2024
1 parent 0d70a94 commit ae11ee5
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci_humble_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci_iron_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
env:
- {ROS_DISTRO: iron, ROS_REPO: main}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
Expand Down
24 changes: 24 additions & 0 deletions .github/workflows/industrial_ci_jazzy_action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Jazzy

on:
push:
pull_request:
schedule:
# Run every Friday at 6:30 am to detect breaking APIs
- cron: '30 6 * * 5'


jobs:
industrial_ci:
env:
BEFORE_BUILD_TARGET_WORKSPACE: '.github/script/install_dependencies.sh'
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: jazzy, ROS_REPO: jazzy}
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<a href="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions">
<img src="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions/workflows/industrial_ci_iron_action.yml/badge.svg" alt="build badge iron">
</a>
<a href="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions">
<img src="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions/workflows/industrial_ci_jazzy_action.yml/badge.svg" alt="build badge jazzy">
</a>
<a href="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions">
<img src="https://github.com/SCHUNK-SE-Co-KG/schunk_egu_egk_gripper/actions/workflows/industrial_ci_rolling_action.yml/badge.svg" alt="build badge rolling">
</a>
Expand Down

0 comments on commit ae11ee5

Please sign in to comment.