rcutils weekly CI (all distributions) #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |