Skip to content

[CI] Refactoring

[CI] Refactoring #1147

Workflow file for this run

# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git).
# For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst)
name: Build rolling
on:
pull_request:
push:
branches:
- ros2-master
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'
jobs:
binary:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
strategy:
matrix:
env:
- {ROS_DISTRO: rolling, ROS_REPO: main}
- {ROS_DISTRO: rolling, ROS_REPO: testing}
with:
ros_distro: ${{ matrix.env.ROS_DISTRO }}
ros_repo: ${{ matrix.env.ROS_REPO }}
upstream_workspace: control_toolbox-not-released.${{ matrix.env.ROS_DISTRO }}.repos
ref_for_scheduled_build: ros2-master