Skip to content

Commit b0976de

Browse files
authored
Add Kilted Kaiju an update jazzy branches (#339) (#366)
1 parent 3e622c7 commit b0976de

15 files changed

+52
-18
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ jobs:
1414
with:
1515
ros_distro: humble
1616
ref: humble
17-
ros2_repo_branch: humble
1817
os_name: ubuntu-22.04
1918
container: ""

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,5 @@ jobs:
1414
with:
1515
ros_distro: jazzy
1616
ref: jazzy
17-
ros2_repo_branch: jazzy
1817
os_name: ubuntu-latest
1918
container: ubuntu:24.04

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ROS_DISTRO: [rolling]
23+
ROS_DISTRO: [kilted, rolling]
2424
ROS_REPO: [main, testing]
2525
with:
2626
ros_distro: ${{ matrix.ROS_DISTRO }}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ROS_DISTRO: [rolling]
21-
ROS_REPO: [testing]
20+
ROS_DISTRO: [kilted, rolling]
2221
with:
2322
ros_distro: ${{ matrix.ROS_DISTRO }}
24-
ros_repo: ${{ matrix.ROS_REPO }}
23+
ros_repo: testing
2524
ref_for_scheduled_build: ros2-master
2625
not_test_build: true
2726
upstream_workspace: control_toolbox.${{ matrix.ROS_DISTRO }}.repos

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ROS_DISTRO: [rolling]
24-
ROS_REPO: [testing]
23+
ROS_DISTRO: [kilted, rolling]
2524
with:
2625
ros_distro: ${{ matrix.ROS_DISTRO }}
27-
ros_repo: ${{ matrix.ROS_REPO }}
26+
ros_repo: testing
2827
upstream_workspace: control_toolbox.${{ matrix.ROS_DISTRO }}.repos
2928
ref_for_scheduled_build: ros2-master

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
- ROS_DISTRO: rolling
1919
CONTAINER: ubuntu:24.04
2020
OS_NAME: ubuntu-latest
21+
- ROS_DISTRO: kilted
22+
CONTAINER: ubuntu:24.04
23+
OS_NAME: ubuntu-latest
2124
with:
2225
ros_distro: ${{ matrix.ROS_DISTRO }}
2326
ref: ros2-master
24-
ros2_repo_branch: ${{ matrix.ROS_DISTRO }}
2527
os_name: ${{ matrix.OS_NAME }}
2628
container: ${{ matrix.CONTAINER }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ROS_DISTRO: [rolling]
15+
ROS_DISTRO: [kilted, rolling]
1616
with:
1717
ros_distro: ${{ matrix.ROS_DISTRO }}

.github/workflows/rolling-debian-build.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
with:
2020
ros_distro: ${{ matrix.ROS_DISTRO }}
2121
upstream_workspace: control_toolbox.${{ matrix.ROS_DISTRO }}.repos

.github/workflows/rolling-rhel-semi-binary-build.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
with:
2020
ros_distro: ${{ matrix.ROS_DISTRO }}
2121
upstream_workspace: control_toolbox.${{ matrix.ROS_DISTRO }}.repos

0 commit comments

Comments
 (0)