Skip to content

Commit

Permalink
Try building prod image regardless of test results
Browse files Browse the repository at this point in the history
given they are currently flaky
  • Loading branch information
ruffsl committed Jul 7, 2024
1 parent 54f57aa commit d636007
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test_colcon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,14 @@ on:
required: true
type: string
outputs:
build_result:
value: ${{ jobs.test_colcon_workspace.result }}
ccache_cache_key:
value: ${{ jobs.build_colcon_workspace.outputs.ccache_cache_key }}
overlay_cache_key:
value: ${{ jobs.test_colcon_workspace.outputs.overlay_cache_key }}
test_result:
value: ${{ jobs.test_colcon_workspace.result }}

jobs:
build_colcon_workspace:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_test_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
build_prod_images:
name: Prod
uses: ros-navigation/navigation2/.github/workflows/build_prod_images.yaml@buildkit
if: needs.colcon_build_test.outputs.build_result == 'success'
secrets: inherit
needs:
- build_base_images
Expand Down

0 comments on commit d636007

Please sign in to comment.