Skip to content

Commit 6b10d6e

Browse files
authored
Bump kilted (#326)
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
1 parent b6e0266 commit 6b10d6e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/general-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ assignees: ''
1212
- Hardware description: <!-- hardware where you are using micro-ROS -->
1313
- RTOS: <!-- RTOS where you are using micro-ROS -->
1414
- Installation type: <!-- micro_ros_setup, modules, etc -->
15-
- Version or commit hash: <!-- version of micro-ROS used: foxy, rolling -->
15+
- Version or commit hash: <!-- version of micro-ROS used: humble, jazzy, kilted, rolling -->
1616

1717
#### Steps to reproduce the issue
1818
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55
branches:
66
- humble
7-
- iron
7+
- jazzy
8+
- kilted
89
- rolling
910
pull_request:
1011
branches:
@@ -13,7 +14,7 @@ on:
1314
jobs:
1415
rmw_microxrcedds_ci:
1516
runs-on: ubuntu-latest
16-
container: microros/micro-ros-agent:rolling
17+
container: microros/micro-ros-agent:kilted
1718

1819
steps:
1920
- uses: actions/checkout@v3
@@ -25,8 +26,8 @@ jobs:
2526
apt update && apt install -y python3-pip git python3-rosdep python3-colcon-common-extensions curl ros-$ROS_DISTRO-performance-test-fixture gcovr
2627
git clone -b ros2 https://github.com/eProsima/Micro-CDR src/Micro-CDR
2728
git clone -b ros2 https://github.com/eProsima/Micro-XRCE-DDS-Client src/Micro-XRCE-DDS-Client
28-
git clone -b rolling https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
29-
git clone -b rolling https://github.com/ros2/rmw src/rmw
29+
git clone -b kilted https://github.com/micro-ROS/rosidl_typesupport_microxrcedds src/rosidl_typesupport_microxrcedds
30+
git clone -b kilted https://github.com/ros2/rmw src/rmw
3031
touch src/rosidl_typesupport_microxrcedds/test/COLCON_IGNORE
3132
3233
# Install coverage tools

.github/workflows/uncrustify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
run_uncrustify:
99
if: contains(github.event.comment.html_url, '/pull/') && contains(github.event.comment.body, 'Marie Kondo')
1010
runs-on: ubuntu-latest
11-
container: ros:rolling
11+
container: ros:kilted
1212
steps:
1313
- uses: xt0rted/pull-request-comment-branch@v1
1414
id: comment-branch

0 commit comments

Comments
 (0)