File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,17 @@ jobs:
1717 matrix :
1818 ros_distribution :
1919 - humble
20+ - iron
2021 - rolling
2122 include :
2223 # Humble Hawksbill (May 2022 - May 2027)
2324 - docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
2425 ros_distribution : humble
2526 ros_version : 2
27+ # Iron Irwini (May 2023 - November 2024)
28+ - docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-iron-ros-base-latest
29+ ros_distribution : iron
30+ ros_version : 2
2631 # Rolling Ridley (June 2020 - Present)
2732 - docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
2833 ros_distribution : rolling
6974
7075 - name : Build and test
7176 id : build
72- uses : ros-tooling/action-ros-ci@v0.2
77+ uses : ros-tooling/action-ros-ci@v0.3
7378 with :
7479 package-name : ${{ steps.list_packages.outputs.package_list }}
7580 target-ros2-distro : ${{ matrix.ros_distribution }}
Original file line number Diff line number Diff line change 1+ repositories:
2+ ros2/common_interfaces:
3+ type: git
4+ url: https://github.com/ros2/common_interfaces.git
5+ version: iron
6+ ros2/example_interfaces:
7+ type: git
8+ url: https://github.com/ros2/example_interfaces.git
9+ version: iron
10+ ros2/rcl_interfaces:
11+ type: git
12+ url: https://github.com/ros2/rcl_interfaces.git
13+ version: iron
14+ ros2/test_interface_files:
15+ type: git
16+ url: https://github.com/ros2/test_interface_files.git
17+ version: iron
18+ ros2/rosidl_core:
19+ type: git
20+ url: https://github.com/ros2/rosidl_core.git
21+ version: iron
22+ ros2/rosidl_defaults:
23+ type: git
24+ url: https://github.com/ros2/rosidl_defaults.git
25+ version: iron
26+ ros2/unique_identifier_msgs:
27+ type: git
28+ url: https://github.com/ros2/unique_identifier_msgs.git
29+ version: iron
You can’t perform that action at this time.
0 commit comments