Skip to content

Commit 1f8e018

Browse files
committed
updated kilted CI (#89)
Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
1 parent 70276b4 commit 1f8e018

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/test.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@ on:
66
- ros2
77

88
jobs:
9-
build_and_test_source_rolling:
9+
build_and_test_source_kilted:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: rostooling/setup-ros-docker:ubuntu-noble-latest
12+
image: ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-testing
1313
steps:
1414
- name: Build and run tests
1515
id: action-ros-ci
16-
uses: ros-tooling/action-ros-ci@v0.3
16+
uses: ros-tooling/action-ros-ci@v0.4
1717
with:
1818
package-name: |
1919
turtle_tf2_py
2020
turtle_tf2_cpp
21-
target-ros2-distro: rolling
22-
vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/rolling/ros2.repos
21+
target-ros2-distro: kilted
22+
vcs-repo-file-url: https://raw.githubusercontent.com/ros2/ros2/kilted/ros2.repos
2323
colcon-defaults: |
2424
{
2525
"build": {
@@ -32,19 +32,19 @@ jobs:
3232
"pytest-args": ["-m", "not xfail"]
3333
}
3434
}
35-
build_and_test_binaries_rolling:
35+
build_and_test_binaries_kilted:
3636
runs-on: ubuntu-latest
3737
container:
38-
image: rostooling/setup-ros-docker:ubuntu-noble-latest
38+
image: ghcr.io/ros-tooling/setup-ros-docker/setup-ros-docker-ubuntu-noble-testing
3939
steps:
4040
- name: Build and run tests
4141
id: action-ros-ci
42-
uses: ros-tooling/action-ros-ci@v0.3
42+
uses: ros-tooling/action-ros-ci@v0.4
4343
with:
4444
package-name: |
4545
turtle_tf2_py
4646
turtle_tf2_cpp
47-
target-ros2-distro: rolling
47+
target-ros2-distro: kilted
4848
colcon-defaults: |
4949
{
5050
"build": {

0 commit comments

Comments
 (0)