forked from ros2/rcutils
-
Notifications
You must be signed in to change notification settings - Fork 16
37 lines (35 loc) · 878 Bytes
/
weekly-ci.yml
File metadata and controls
37 lines (35 loc) · 878 Bytes
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: rcutils weekly CI (all distributions)
on:
schedule:
# Run once per week to detect broken dependencies.
- cron: '59 23 * * 0'
workflow_dispatch:
jobs:
humble-ci:
uses: ./.github/workflows/reusable-ci.yml
with:
branch: humble
os: ubuntu-22.04
docker-image: ubuntu:jammy
ros-distribution: humble
jazzy-ci:
uses: ./.github/workflows/reusable-ci.yml
with:
branch: jazzy
os: ubuntu-24.04
docker-image: ubuntu:noble
ros-distribution: jazzy
kilted-ci:
uses: ./.github/workflows/reusable-ci.yml
with:
branch: kilted
os: ubuntu-24.04
docker-image: ubuntu:noble
ros-distribution: kilted
rolling-ci:
uses: ./.github/workflows/reusable-ci.yml
with:
branch: rolling
os: ubuntu-24.04
docker-image: ubuntu:noble
ros-distribution: rolling