File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,29 @@ jobs:
22
22
# Humble Hawksbill (May 2022 - May 2027)
23
23
- docker_image : ubuntu:jammy
24
24
ros_distribution : humble
25
- ros_version : 2
25
+ use_ros_testing : false
26
+
27
+ - docker_image : ubuntu:jammy
28
+ ros_distribution : humble
29
+ use_ros_testing : true
26
30
27
31
# Jazzy (2024 - ??)
28
32
- docker_image : ubuntu:noble
29
33
ros_distribution : jazzy
30
- ros_version : 2
34
+ use_ros_testing : false
35
+
36
+ - docker_image : ubuntu:noble
37
+ ros_distribution : jazzy
38
+ use_ros_testing : true
31
39
32
40
# Rolling Ridley (No End-Of-Life)
33
41
- docker_image : ubuntu:noble
34
42
ros_distribution : rolling
35
- ros_version : 2
43
+ use_ros_testing : false
44
+
45
+ - docker_image : ubuntu:noble
46
+ ros_distribution : rolling
47
+ use_ros_testing : true
36
48
37
49
container :
38
50
image : ${{ matrix.docker_image }}
50
62
- name : setup ROS environment
51
63
uses :
ros-tooling/[email protected]
52
64
with :
53
- use-ros2-testing : true
54
65
required-ros-distributions : ${{ matrix.ros_distribution }}
66
+ use-ros2-testing : ${{ matrix.use_ros_testing }}
55
67
56
68
- name : Install rosdep dependencies
57
69
run : |
You can’t perform that action at this time.
0 commit comments