Skip to content

Commit

Permalink
Add a defaults.yaml file for source build (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Oct 8, 2024
1 parent 450b952 commit d3a6346
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/reusable-ros-tooling-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
https://raw.githubusercontent.com/ros2/ros2/${{ inputs.ros2_repo_branch }}/ros2.repos
${{ steps.check_local_repos.outputs.repo_file }}
colcon-mixin-repository: https://raw.githubusercontent.com/colcon/colcon-mixin-repository/master/index.yaml
colcon-defaults: https://raw.githubusercontent.com/ros-controls/ros2_control_ci/master/defaults.yaml
id: action-ros
- name: Download issue template for target failure # Has to be a local file
if: ${{ always() && steps.action-ros.outcome == 'failure' && github.event_name == 'schedule' }}
Expand Down
5 changes: 5 additions & 0 deletions defaults.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"test": {
"executor": "sequential"
}
}

0 comments on commit d3a6346

Please sign in to comment.