Skip to content

Commit

Permalink
deprecate ros2 iron support as it's eol
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Dec 2, 2024
1 parent f8997ed commit 701e912
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bloom-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Release ROS 2
uses: at-wat/bloom-release-action@v0
with:
ros_distro: humble iron jazzy
ros_distro: humble jazzy
github_token_bloom: ${{ secrets.GH_TOKEN_FOR_BLOOM_RELEASE }}
github_user: jpbusch
git_user: Jean-Pierre Busch
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,6 @@ jobs:
enable-industrial-ci: 'true'
enable-recursive-vcs-import: 'false'

ros2-iron:
runs-on: ubuntu-latest
steps:
- uses: ika-rwth-aachen/docker-ros@main
with:
platform: amd64
target: dev,run
image-tag: ros2-iron
base-image: rwthika/ros2:iron
command: ros2 launch etsi_its_conversion converter.launch.py
enable-industrial-ci: 'true'
enable-recursive-vcs-import: 'false'

ros2-jazzy:
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
ROS_DISTRO:
- noetic
- humble
- iron
- jazzy
ROS_REPO:
- testing
Expand Down
14 changes: 0 additions & 14 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,6 @@ ros2-humble:
ENABLE_INDUSTRIAL_CI: 'true'
ENABLE_RECURSIVE_VCS_IMPORT: 'false'

ros2-iron:
trigger:
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
strategy: depend
variables:
PLATFORM: amd64,arm64
TARGET: dev,run
IMAGE_TAG: ros2-iron
BASE_IMAGE: rwthika/ros2:iron
COMMAND: ros2 launch etsi_its_conversion converter.launch.py
ENABLE_INDUSTRIAL_CI: 'true'
ENABLE_RECURSIVE_VCS_IMPORT: 'false'

ros2-jazzy:
trigger:
include:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<a href="https://github.com/ika-rwth-aachen/etsi_its_messages/actions/workflows/docker-ros.yml"><img src="https://github.com/ika-rwth-aachen/etsi_its_messages/actions/workflows/docker-ros.yml/badge.svg"/></a>
<a href="https://github.com/ika-rwth-aachen/etsi_its_messages/actions/workflows/doc.yml"><img src="https://github.com/ika-rwth-aachen/etsi_its_messages/actions/workflows/doc.yml/badge.svg"/></a>
<img src="https://img.shields.io/badge/ROS-noetic-blueviolet"/>
<img src="https://img.shields.io/badge/ROS 2-humble|iron|jazzy-blueviolet"/>
<img src="https://img.shields.io/badge/ROS 2-humble|jazzy-blueviolet"/>
<img src="https://img.shields.io/badge/V2X-CAM|CPM|DENM|MAPEM|SPATEM|VAM-aqua"/>
</p>

Expand Down

0 comments on commit 701e912

Please sign in to comment.