Skip to content

Commit

Permalink
New tsan workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Esteban Martinena <orensbruli@gmail.com>
  • Loading branch information
orensbruli committed Dec 10, 2022
1 parent a90456d commit d67594c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/tsan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: tsan

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
tsan_test:
name: rmf_ros2 tsan
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main
with:
dist-matrix: |
[{"ros_distribution": "humble",
"ubuntu_distribution": "jammy"}]
# NOTE: Avoid adding comments in the package lines, this can break some of the called scripts in github actions
packages: |
rmf_traffic_ros2
rmf_task_ros2
rmf_fleet_adapter
mixin: tsan

0 comments on commit d67594c

Please sign in to comment.