Skip to content

Rolling Stack Build #37

Rolling Stack Build

Rolling Stack Build #37

name: Rolling Stack Build
# author: Denis Štogl <[email protected]>
# description: 'Build & test all dependencies from released (binary) packages.'
on:
workflow_dispatch:
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
jobs:
stack-build:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling]
ROS_REPO: [main, testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
target_workspace: ros_controls.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: master