Skip to content

Commit 8f23cc9

Browse files
authored
Add kilted to the ros-ci-for-pr (#23)
Signed-off-by: Michael Orlov <[email protected]>
1 parent ae21783 commit 8f23cc9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ros_github_scripts/ci_for_pr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@
3939
'humble': 'jammy',
4040
'iron': 'jammy',
4141
'jazzy': 'noble',
42+
'kilted': 'noble',
4243
'rolling': '' # use default
4344
}
4445

4546
ROS_DISTRO_TO_RHEL_DISTRO = {
4647
'humble': '8',
4748
'iron': '9',
4849
'jazzy': '9',
50+
'kilted': '9',
4951
'rolling': '' # use default
5052
}
5153

0 commit comments

Comments
 (0)