-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI for rolling-version on humble/iron (#30)
- Loading branch information
1 parent
7c65592
commit eb41b3f
Showing
9 changed files
with
177 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
.github/workflows/rolling-compatibility-humble-binary-build.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Check Rolling Compatibility on Humble with Stack Build | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
# Run every morning to detect flakiness and broken dependencies | ||
- cron: '03 1 * * *' | ||
|
||
jobs: | ||
stack-build-on-humble: | ||
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
ROS_DISTRO: [humble] | ||
ROS_REPO: [main, testing] | ||
with: | ||
ros_distro: ${{ matrix.ROS_DISTRO }} | ||
ros_repo: ${{ matrix.ROS_REPO }} | ||
target_workspace: ros_controls.rolling-on-humble.repos | ||
ref_for_scheduled_build: master |
21 changes: 21 additions & 0 deletions
21
.github/workflows/rolling-compatibility-iron-binary-build.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
name: Check Rolling Compatibility on Iron with Stack Build | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
# Run every morning to detect flakiness and broken dependencies | ||
- cron: '03 1 * * *' | ||
|
||
jobs: | ||
stack-build-on-iron: | ||
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
ROS_DISTRO: [iron] | ||
ROS_REPO: [main, testing] | ||
with: | ||
ros_distro: ${{ matrix.ROS_DISTRO }} | ||
ros_repo: ${{ matrix.ROS_REPO }} | ||
target_workspace: ros_controls.rolling-on-iron.repos | ||
ref_for_scheduled_build: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
repositories: | ||
ros-controls/realtime_tools: | ||
type: git | ||
url: https://github.com/ros-controls/realtime_tools.git | ||
version: master | ||
ros-controls/control_msgs: | ||
type: git | ||
url: https://github.com/ros-controls/control_msgs.git | ||
version: humble | ||
ros-controls/ros2_control: | ||
ros-controls/control_toolbox: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
url: https://github.com/ros-controls/control_toolbox.git | ||
version: ros2-master | ||
ros-controls/gazebo_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gazebo_ros2_control.git | ||
version: humble | ||
ros-controls/ros2_controllers: | ||
ros-controls/gz_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_controllers.git | ||
url: https://github.com/ros-controls/gz_ros2_control.git | ||
version: humble | ||
ros-controls/kinematics_interface: | ||
type: git | ||
url: https://github.com/ros-controls/kinematics_interface.git | ||
version: master | ||
ros-controls/gz_ros2_control: | ||
ros-controls/realtime_tools: | ||
type: git | ||
url: https://github.com/ros-controls/gz_ros2_control.git | ||
version: humble | ||
ros-controls/gazebo_ros2_control: | ||
url: https://github.com/ros-controls/realtime_tools.git | ||
version: master | ||
ros-controls/ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gazebo_ros2_control.git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
version: humble | ||
ros-controls/ros2_control_demos: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control_demos.git | ||
version: humble | ||
ros-controls/control_toolbox: | ||
ros-controls/ros2_controllers: | ||
type: git | ||
url: https://github.com/ros-controls/control_toolbox.git | ||
version: ros2-master | ||
url: https://github.com/ros-controls/ros2_controllers.git | ||
version: humble |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
repositories: | ||
ros-controls/realtime_tools: | ||
type: git | ||
url: https://github.com/ros-controls/realtime_tools.git | ||
version: master | ||
ros-controls/control_msgs: | ||
type: git | ||
url: https://github.com/ros-controls/control_msgs.git | ||
version: master | ||
ros-controls/ros2_control: | ||
ros-controls/control_toolbox: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
url: https://github.com/ros-controls/control_toolbox.git | ||
version: ros2-master | ||
ros-controls/gazebo_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gazebo_ros2_control.git | ||
version: iron | ||
ros-controls/ros2_controllers: | ||
ros-controls/gz_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_controllers.git | ||
url: https://github.com/ros-controls/gz_ros2_control.git | ||
version: iron | ||
ros-controls/kinematics_interface: | ||
type: git | ||
url: https://github.com/ros-controls/kinematics_interface.git | ||
version: master | ||
ros-controls/gz_ros2_control: | ||
ros-controls/realtime_tools: | ||
type: git | ||
url: https://github.com/ros-controls/gz_ros2_control.git | ||
version: iron | ||
ros-controls/gazebo_ros2_control: | ||
url: https://github.com/ros-controls/realtime_tools.git | ||
version: master | ||
ros-controls/ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gazebo_ros2_control.git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
version: iron | ||
ros-controls/ros2_control_demos: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control_demos.git | ||
version: iron | ||
ros-controls/control_toolbox: | ||
ros-controls/ros2_controllers: | ||
type: git | ||
url: https://github.com/ros-controls/control_toolbox.git | ||
version: ros2-master | ||
url: https://github.com/ros-controls/ros2_controllers.git | ||
version: iron |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
repositories: | ||
ros-controls/control_msgs: | ||
type: git | ||
url: https://github.com/ros-controls/control_msgs.git | ||
version: master | ||
ros-controls/control_toolbox: | ||
type: git | ||
url: https://github.com/ros-controls/control_toolbox.git | ||
version: ros2-master | ||
ros-controls/gazebo_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gazebo_ros2_control.git | ||
version: master | ||
ros-controls/gz_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gz_ros2_control.git | ||
version: master | ||
ros-controls/kinematics_interface: | ||
type: git | ||
url: https://github.com/ros-controls/kinematics_interface.git | ||
version: master | ||
ros-controls/realtime_tools: | ||
type: git | ||
url: https://github.com/ros-controls/realtime_tools.git | ||
version: master | ||
ros-controls/ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
version: master | ||
ros-controls/ros2_control_demos: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control_demos.git | ||
version: master | ||
ros-controls/ros2_controllers: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_controllers.git | ||
version: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
repositories: | ||
ros-controls/control_msgs: | ||
type: git | ||
url: https://github.com/ros-controls/control_msgs.git | ||
version: master | ||
ros-controls/control_toolbox: | ||
type: git | ||
url: https://github.com/ros-controls/control_toolbox.git | ||
version: ros2-master | ||
ros-controls/gazebo_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gazebo_ros2_control.git | ||
version: master | ||
ros-controls/gz_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gz_ros2_control.git | ||
version: master | ||
ros-controls/kinematics_interface: | ||
type: git | ||
url: https://github.com/ros-controls/kinematics_interface.git | ||
version: master | ||
ros-controls/realtime_tools: | ||
type: git | ||
url: https://github.com/ros-controls/realtime_tools.git | ||
version: master | ||
ros-controls/ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
version: master | ||
ros-controls/ros2_control_demos: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control_demos.git | ||
version: master | ||
ros-controls/ros2_controllers: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_controllers.git | ||
version: master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
repositories: | ||
ros-controls/realtime_tools: | ||
type: git | ||
url: https://github.com/ros-controls/realtime_tools.git | ||
version: master | ||
ros-controls/control_msgs: | ||
type: git | ||
url: https://github.com/ros-controls/control_msgs.git | ||
version: master | ||
ros-controls/ros2_control: | ||
ros-controls/control_toolbox: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
url: https://github.com/ros-controls/control_toolbox.git | ||
version: ros2-master | ||
ros-controls/gazebo_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gazebo_ros2_control.git | ||
version: master | ||
ros-controls/ros2_controllers: | ||
ros-controls/gz_ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_controllers.git | ||
url: https://github.com/ros-controls/gz_ros2_control.git | ||
version: master | ||
ros-controls/kinematics_interface: | ||
type: git | ||
url: https://github.com/ros-controls/kinematics_interface.git | ||
version: master | ||
ros-controls/gz_ros2_control: | ||
ros-controls/realtime_tools: | ||
type: git | ||
url: https://github.com/ros-controls/gz_ros2_control.git | ||
url: https://github.com/ros-controls/realtime_tools.git | ||
version: master | ||
ros-controls/gazebo_ros2_control: | ||
ros-controls/ros2_control: | ||
type: git | ||
url: https://github.com/ros-controls/gazebo_ros2_control.git | ||
url: https://github.com/ros-controls/ros2_control.git | ||
version: master | ||
ros-controls/ros2_control_demos: | ||
type: git | ||
url: https://github.com/ros-controls/ros2_control_demos.git | ||
version: master | ||
ros-controls/control_toolbox: | ||
ros-controls/ros2_controllers: | ||
type: git | ||
url: https://github.com/ros-controls/control_toolbox.git | ||
version: ros2-master | ||
url: https://github.com/ros-controls/ros2_controllers.git | ||
version: master |