Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .github/workflows/check-ros-distribution.sh

This file was deleted.

20 changes: 3 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,10 @@ jobs:
fail-fast: false
matrix:
docker_image:
- ubuntu:20.04
- ubuntu:22.04
- ubuntu:24.04
- almalinux:8
- almalinux:9
- almalinux:10
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6.1.0
Expand All @@ -74,8 +73,6 @@ jobs:
ros_distribution:
# Humble Hawksbill (May 2022 - May 2027)
- humble
# Iron Irwini (May 2023 - November 2024)
- iron
# Jazzy Jalisco (May 2024 - May 2029)
- jazzy
# Kilted Kaiju (May 2025 - November 2026)
Expand Down Expand Up @@ -110,25 +107,16 @@ jobs:
#
# Platforms are defined in REP 3: https://ros.org/reps/rep-0003.html
include:
# Noetic Ninjemys (May 2020 - May 2025)
- docker_image: ubuntu:focal
ros_distribution: noetic
ros_version: 1

# Humble Hawksbill (May 2022 - May 2027)
- docker_image: ubuntu:jammy
ros_distribution: humble
ros_version: 2

- docker_image: almalinux:8
- docker_image: almalinux:9
ros_distribution: humble
ros_version: 2

# Iron Irwini (May 2023 - November 2024)
- docker_image: ubuntu:jammy
ros_distribution: iron
ros_version: 2

# Jazzy Jalisco (May 2024 - May 2029)
- docker_image: ubuntu:noble
ros_distribution: jazzy
Expand All @@ -152,7 +140,7 @@ jobs:
ros_distribution: rolling
ros_version: 2

- docker_image: almalinux:9
- docker_image: almalinux:10
ros_distribution: rolling
ros_version: 2

Expand All @@ -170,8 +158,6 @@ jobs:
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- run: .github/workflows/check-environment.sh
- run: .github/workflows/check-ros-distribution.sh "${{ matrix.ros_distribution }}"
if: matrix.ros_version == 1
Comment on lines -173 to -174
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't remove this (or the script/file) for now, since there are plans to keep supporting ROS 1 (#854). However, you can remove Ubuntu 20.04.

- run: .github/workflows/check-ros2-distribution.sh "${{ matrix.ros_distribution }}"
if: matrix.ros_version == 2

Expand Down
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ inputs:

Allowed ROS distributions
- "" (no value) - no ROS binary installation
- noetic
- humble
- iron
- jazzy
- kilted
- rolling
Expand Down
Loading