forked from ros-controls/control_msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (34 loc) · 1.02 KB
/
jazzy-build.yml
File metadata and controls
37 lines (34 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name: Jazzy Binary Build
# author: Denis Štogl <denis@stoglrobotics.de>
# description: Build & test all dependencies from released (binary) packages.
on:
workflow_dispatch:
pull_request: &event
branches:
- jazzy
paths:
- '**.action'
- '**.msg'
- '**.srv'
- '.github/workflows/jazzy-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
push: *event
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '28 6 * * MON-FRI'
concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
jobs:
binary:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
strategy:
fail-fast: false
matrix:
ROS_REPO: [main, testing]
with:
ros_distro: jazzy
ros_repo: ${{ matrix.ROS_REPO }}
ref_for_scheduled_build: jazzy