-
Notifications
You must be signed in to change notification settings - Fork 177
36 lines (35 loc) · 953 Bytes
/
test.yaml
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
name: Test diagnostics
on:
pull_request:
push:
branches:
- ros2-jazzy
schedule:
# Run every week at 20:00 on Sunday
- cron: "0 20 * * 0"
jobs:
build_and_test:
name: ${{ matrix.package }} on ${{ matrix.distro }}
strategy:
fail-fast: false
matrix:
package: [
diagnostic_aggregator,
diagnostic_common_diagnostics,
diagnostic_updater,
self_test,
]
include:
- distro: jazzy
os: ubuntu-24.04
runs-on: ${{ matrix.os }}
steps:
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: ${{ matrix.distro }}
- uses: ros-tooling/action-ros-ci@master
with:
target-ros2-distro: ${{ matrix.distro }}
package-name: ${{ matrix.package }}
# vcs-repo-file-url: |
# https://raw.githubusercontent.com/ros2/ros2/master/ros2.repos