13
13
steps :
14
14
- name : Build and run tests
15
15
id : action-ros-ci
16
- uses : ros-tooling/action-ros-ci@v0.2
16
+ uses : ros-tooling/action-ros-ci@v0.3
17
17
with :
18
18
package-name : |
19
19
turtle_tf2_py
39
39
steps :
40
40
- name : Build and run tests
41
41
id : action-ros-ci
42
- uses : ros-tooling/action-ros-ci@v0.2
42
+ uses : ros-tooling/action-ros-ci@v0.3
43
43
with :
44
44
package-name : |
45
45
turtle_tf2_py
@@ -58,46 +58,20 @@ jobs:
58
58
"pytest-args": ["-m", "not xfail"]
59
59
}
60
60
}
61
- build_and_test_source_galactic :
61
+ build_and_test_source_iron :
62
62
runs-on : ubuntu-latest
63
63
container :
64
- image : rostooling/setup-ros-docker:ubuntu-focal-latest
65
- steps :
66
- - name : Build and run tests
67
- id : action-ros-ci
68
- uses : ros-tooling/action-ros-ci@v0.2
69
- with :
70
- package-name : |
71
- turtle_tf2_py
72
- turtle_tf2_cpp
73
- target-ros2-distro : galactic
74
- vcs-repo-file-url : https://raw.githubusercontent.com/ros2/ros2/galactic/ros2.repos
75
- colcon-defaults : |
76
- {
77
- "build": {
78
- "cmake-args": [
79
- "-DCMAKE_CXX_FLAGS=\"-Werror\""
80
- ]
81
- },
82
- "test": {
83
- "ctest-args": ["-LE", "xfail"],
84
- "pytest-args": ["-m", "not xfail"]
85
- }
86
- }
87
- build_and_test_source_foxy :
88
- runs-on : ubuntu-latest
89
- container :
90
- image : rostooling/setup-ros-docker:ubuntu-focal-latest
64
+ image : rostooling/setup-ros-docker:ubuntu-jammy-latest
91
65
steps :
92
66
- name : Build and run tests
93
67
id : action-ros-ci
94
- uses : ros-tooling/action-ros-ci@v0.2
68
+ uses : ros-tooling/action-ros-ci@v0.3
95
69
with :
96
70
package-name : |
97
71
turtle_tf2_py
98
72
turtle_tf2_cpp
99
- target-ros2-distro : foxy
100
- vcs-repo-file-url : https://raw.githubusercontent.com/ros2/ros2/foxy /ros2.repos
73
+ target-ros2-distro : iron
74
+ vcs-repo-file-url : https://raw.githubusercontent.com/ros2/ros2/iron /ros2.repos
101
75
colcon-defaults : |
102
76
{
103
77
"build": {
117
91
steps :
118
92
- name : Build and run tests
119
93
id : action-ros-ci
120
- uses : ros-tooling/action-ros-ci@v0.2
94
+ uses : ros-tooling/action-ros-ci@v0.3
121
95
with :
122
96
package-name : |
123
97
turtle_tf2_py
@@ -142,7 +116,7 @@ jobs:
142
116
steps :
143
117
- name : Build and run tests
144
118
id : action-ros-ci
145
- uses : ros-tooling/action-ros-ci@v0.2
119
+ uses : ros-tooling/action-ros-ci@v0.3
146
120
with :
147
121
package-name : |
148
122
turtle_tf2_py
@@ -160,44 +134,19 @@ jobs:
160
134
"pytest-args": ["-m", "not xfail"]
161
135
}
162
136
}
163
- build_and_test_binaries_galatic :
137
+ build_and_test_binaries_iron :
164
138
runs-on : ubuntu-latest
165
139
container :
166
- image : rostooling/setup-ros-docker:ubuntu-focal-latest
167
- steps :
168
- - name : Build and run tests
169
- id : action-ros-ci
170
- uses : ros-tooling/action-ros-ci@v0.2
171
- with :
172
- package-name : |
173
- turtle_tf2_py
174
- turtle_tf2_cpp
175
- target-ros2-distro : galactic
176
- colcon-defaults : |
177
- {
178
- "build": {
179
- "cmake-args": [
180
- "-DCMAKE_CXX_FLAGS=\"-Werror\""
181
- ]
182
- },
183
- "test": {
184
- "ctest-args": ["-LE", "xfail"],
185
- "pytest-args": ["-m", "not xfail"]
186
- }
187
- }
188
- build_and_test_binaries_foxy :
189
- runs-on : ubuntu-latest
190
- container :
191
- image : rostooling/setup-ros-docker:ubuntu-focal-latest
140
+ image : rostooling/setup-ros-docker:ubuntu-jammy-latest
192
141
steps :
193
142
- name : Build and run tests
194
143
id : action-ros-ci
195
- uses : ros-tooling/action-ros-ci@v0.2
144
+ uses : ros-tooling/action-ros-ci@v0.3
196
145
with :
197
146
package-name : |
198
147
turtle_tf2_py
199
148
turtle_tf2_cpp
200
- target-ros2-distro : foxy
149
+ target-ros2-distro : iron
201
150
colcon-defaults : |
202
151
{
203
152
"build": {
0 commit comments