Skip to content

Commit

Permalink
Include iron in distirbution matrix
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Mar 16, 2024
1 parent 74e19b2 commit e364f09
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ on:

jobs:
build_and_test:
name: rmf_traffic_editor
name: test_ci
uses: ./.github/workflows/reusable_build.yaml
with:
# NOTE: Avoid adding comments in the packages lines, this can break some of the called scripts in github actions
# NOTE: Using rmf_utils just for workflow testing porposes
# NOTE: Build upto rmf_fleet_adapter_python and rmf_visualization to cover all core open-rmf packages.
packages: |
rmf_utils
rmf_fleet_adapter_python
rmf_visualization
8 changes: 6 additions & 2 deletions .github/workflows/reusable_asan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ on:
required: false
type: string
default: |
[{"ros_distribution": "foxy",
"ubuntu_distribution": "focal"}]
[{"ros_distribution": "humble",
"ubuntu_distribution": "jammy"},
{"ros_distribution": "iron",
"ubuntu_distribution": "jammy"},
{"ros_distribution": "rolling",
"ubuntu_distribution": "jammy"}]
defaults:
run:
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/reusable_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
default: |
[{"ros_distribution": "humble",
"ubuntu_distribution": "jammy"},
{"ros_distribution": "iron",
"ubuntu_distribution": "jammy"},
{"ros_distribution": "rolling",
"ubuntu_distribution": "jammy"}]
defaults:
Expand Down

0 comments on commit e364f09

Please sign in to comment.