File tree 2 files changed +35
-1
lines changed
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,17 @@ jobs:
17
17
matrix :
18
18
ros_distribution :
19
19
- humble
20
+ - iron
20
21
- rolling
21
22
include :
22
23
# Humble Hawksbill (May 2022 - May 2027)
23
24
- docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
24
25
ros_distribution : humble
25
26
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
26
31
# Rolling Ridley (June 2020 - Present)
27
32
- docker_image : rostooling/setup-ros-docker:ubuntu-jammy-ros-rolling-ros-base-latest
28
33
ros_distribution : rolling
69
74
70
75
- name : Build and test
71
76
id : build
72
- uses : ros-tooling/action-ros-ci@v0.2
77
+ uses : ros-tooling/action-ros-ci@v0.3
73
78
with :
74
79
package-name : ${{ steps.list_packages.outputs.package_list }}
75
80
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