Skip to content

Commit 8b188f9

Browse files
authored
Use kilted branch for ros2_controllers (#2813) (#2821)
1 parent 3e268f2 commit 8b188f9

8 files changed

+1
-8
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- '**/package.xml'
1515
- '**/CMakeLists.txt'
1616
- 'ros2_control-not-released.rolling.repos'
17-
- 'ros2_control-not-released.kilted.repos'
1817

1918
concurrency:
2019
# cancel previous runs of the same workflow, except for pushes on given branches

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
- '**/package.xml'
1818
- '**/CMakeLists.txt'
1919
- 'ros2_control-not-released.rolling.repos'
20-
- 'ros2_control-not-released.kilted.repos'
2120
push: *event
2221
schedule:
2322
# Run every morning to detect flakiness and broken dependencies

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- '**/package.xml'
1515
- '**/CMakeLists.txt'
1616
- 'ros2_control.rolling.repos'
17-
- 'ros2_control.kilted.repos'
1817
schedule:
1918
# Run every day to detect flakiness and broken dependencies
2019
- cron: '03 1 * * MON-FRI'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- '**/package.xml'
1515
- '**/CMakeLists.txt'
1616
- 'ros2_control.rolling.repos'
17-
- 'ros2_control.kilted.repos'
1817
schedule:
1918
# Run every day to detect flakiness and broken dependencies
2019
- cron: '03 1 * * MON-FRI'

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
- '**/package.xml'
1818
- '**/CMakeLists.txt'
1919
- 'ros2_control.rolling.repos'
20-
- 'ros2_control.kilted.repos'
2120
push: *event
2221
schedule:
2322
# Run every morning to detect flakiness and broken dependencies

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ on:
1717
- '**/package.xml'
1818
- '**/CMakeLists.txt'
1919
- 'ros_controls.rolling.repos'
20-
- 'ros_controls.kilted.repos'
2120

2221
concurrency:
2322
group: ${{ github.workflow }}-${{ github.ref }}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ on:
1414
- '**/package.xml'
1515
- '**/CMakeLists.txt'
1616
- 'ros2_control.rolling.repos'
17-
- 'ros2_control.kilted.repos'
1817
pull_request:
1918
branches:
2019
- master

ros_controls.kilted.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories:
1010
ros2_controllers:
1111
type: git
1212
url: https://github.com/ros-controls/ros2_controllers.git
13-
version: master
13+
version: kilted
1414
control_toolbox:
1515
type: git
1616
url: https://github.com/ros-controls/control_toolbox.git

0 commit comments

Comments
 (0)