Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI for rolling-version on humble/iron #30

Merged
merged 18 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/reusable-industrial-ci-with-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ on:
default: ''
required: false
type: string

rosdep_skip_keys:
description: 'ROSDEP_SKIP_KEYS variable for industrial_ci'
default: ''
required: false
type: string
ccache_dir:
description: 'Local path to store cache (from "github.workspace"). For standard industrial_ci configuration do not have to be changed'
default: '.ccache'
Expand Down Expand Up @@ -99,6 +103,7 @@ jobs:
ROS_REPO: ${{ inputs.ros_repo }}
OS_CODE_NAME: ${{ inputs.os_code_name }}
BEFORE_INSTALL_UPSTREAM_DEPENDENCIES: ${{ inputs.before_install_upstream_dependencies }}
ROSDEP_SKIP_KEYS: ${{ inputs.rosdep_skip_keys }}
id: ici
- name: Download issue template for target failure # Has to be a local file
if: ${{ always() && steps.ici.outcome == 'failure' && github.event_name == 'schedule' }}
Expand Down
21 changes: 21 additions & 0 deletions .github/workflows/rolling-compatibility-humble-binary-build.yml
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
22 changes: 22 additions & 0 deletions .github/workflows/rolling-compatibility-iron-binary-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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
rosdep_skip_keys: gazebo_ros2_control
christophfroehlich marked this conversation as resolved.
Show resolved Hide resolved
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ This repository holds reusable workflows for CI of the ros2_control framework.

It also builds the full ros2_control stack once per day.

## Released versions

[![Rolling Stack Build](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-binary-build.yml/badge.svg)](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-binary-build.yml)
[![Iron Stack Build](https://github.com/ros-controls/ros2_control_ci/actions/workflows/iron-binary-build.yml/badge.svg)](https://github.com/ros-controls/ros2_control_ci/actions/workflows/iron-binary-build.yml)
[![Humble Stack Build](https://github.com/ros-controls/ros2_control_ci/actions/workflows/humble-binary-build.yml/badge.svg)](https://github.com/ros-controls/ros2_control_ci/actions/workflows/humble-binary-build.yml)

## Compatibility versions
We thrive to make the rolling development version of the ros2_control stack compatible with earlier releases of ROS2. This is done by building the rolling version of the stack from source with the earlier releases of ROS2.

[![Check Rolling Compatibility on Iron with Stack Build](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-compatibility-iron-binary-build.yml/badge.svg)](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-compatibility-iron-binary-build.yml)
[![Check Rolling Compatibility on Humble with Stack Build](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-compatibility-humble-binary-build.yml/badge.svg)](https://github.com/ros-controls/ros2_control_ci/actions/workflows/rolling-compatibility-humble-binary-build.yml)
32 changes: 16 additions & 16 deletions ros_controls.humble.repos
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
32 changes: 16 additions & 16 deletions ros_controls.iron.repos
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
37 changes: 37 additions & 0 deletions ros_controls.rolling-on-humble.repos
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
37 changes: 37 additions & 0 deletions ros_controls.rolling-on-iron.repos
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
30 changes: 15 additions & 15 deletions ros_controls.rolling.repos
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
Loading