Support Iron and transition Rolling to Noble #2
Workflow file for this run
This file contains 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: asan | |
on: | |
pull_request: | |
schedule: | |
- cron: '0 0 * * *' | |
workflow_dispatch: | |
jobs: | |
build_and_test_asan: | |
name: test_ci_asan | |
uses: ./.github/workflows/reusable_asan.yaml | |
with: | |
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions | |
# NOTE: Build upto rmf_fleet_adapter_python and rmf_visualization to cover all core open-rmf packages. | |
packages: | | |
rmf_fleet_adapter_python | |
rmf_visualization |