Skip to content

Commit e2d445b

Browse files
authored
Add Kilted Kaiju (backport #133) (#139)
1 parent 280f78a commit e2d445b

18 files changed

+66
-54
lines changed

.github/workflows/humble-source-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ jobs:
1919
with:
2020
ros_distro: humble
2121
ref: humble
22-
ros2_repo_branch: humble
2322
os_name: ubuntu-22.04

.github/workflows/jazzy-compatibility-build.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.github/workflows/jazzy-source-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ jobs:
1919
with:
2020
ros_distro: jazzy
2121
ref: jazzy
22-
ros2_repo_branch: jazzy
2322
os_name: ubuntu-latest
2423
container: ubuntu:24.04

.github/workflows/rolling-abi-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
ROS_DISTRO: [rolling]
18+
ROS_DISTRO: [kilted, rolling]
1919
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
2020
with:
2121
ros_distro: ${{ matrix.ROS_DISTRO }}

.github/workflows/rolling-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
ROS_DISTRO: [rolling]
28+
ROS_DISTRO: [kilted, rolling]
2929
ROS_REPO: [main, testing]
3030
with:
3131
ros_distro: ${{ matrix.ROS_DISTRO }}

.github/workflows/rolling-compatibility-build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
ROS_DISTRO: [humble, jazzy]
26-
ROS_REPO: [testing]
25+
ROS_DISTRO: [humble, jazzy, kilted]
2726
with:
2827
ros_distro: ${{ matrix.ROS_DISTRO }}
29-
ros_repo: ${{ matrix.ROS_REPO }}
28+
ros_repo: testing
3029
upstream_workspace: kinematics_interface.rolling.repos
3130
ref_for_scheduled_build: master

.github/workflows/rolling-debian-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ROS_DISTRO: [rolling]
22+
ROS_DISTRO: [kilted, rolling]
2323
with:
2424
ros_distro: ${{ matrix.ROS_DISTRO }}
2525
upstream_workspace: kinematics_interface.${{ matrix.ROS_DISTRO }}.repos

.github/workflows/rolling-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
ROS_DISTRO: [rolling]
19+
ROS_DISTRO: [kilted, rolling]
2020
with:
2121
ros_distro: ${{ matrix.ROS_DISTRO }}

.github/workflows/rolling-rhel-semi-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ROS_DISTRO: [rolling]
22+
ROS_DISTRO: [kilted, rolling]
2323
with:
2424
ros_distro: ${{ matrix.ROS_DISTRO }}
2525
upstream_workspace: kinematics_interface.${{ matrix.ROS_DISTRO }}.repos

.github/workflows/rolling-semi-binary-build.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,22 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
ROS_DISTRO: [rolling]
28-
ROS_REPO: [testing]
27+
ROS_DISTRO: [kilted, rolling]
2928
with:
3029
ros_distro: ${{ matrix.ROS_DISTRO }}
31-
ros_repo: ${{ matrix.ROS_REPO }}
30+
ros_repo: testing
3231
upstream_workspace: kinematics_interface.${{ matrix.ROS_DISTRO }}.repos
3332
ref_for_scheduled_build: master
3433
semi_binary_clang:
3534
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
35+
strategy:
36+
fail-fast: false
37+
matrix:
38+
ROS_DISTRO: [kilted, rolling]
3639
with:
37-
# job for building only, no tests -> one distro is enough
38-
ros_distro: rolling
40+
ros_distro: ${{ matrix.ROS_DISTRO }}
3941
ros_repo: testing
40-
upstream_workspace: kinematics_interface.rolling.repos
42+
upstream_workspace: kinematics_interface.${{ matrix.ROS_DISTRO }}.repos
4143
ref_for_scheduled_build: master
4244
additional_debs: clang
4345
c_compiler: clang

0 commit comments

Comments
 (0)