Skip to content

Commit

Permalink
[CI] Build the ros2_control packages from source (#2058)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Feb 19, 2025
1 parent 29ed1f9 commit 201d3a7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/humble-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ros_repo: testing
ref_for_scheduled_build: humble
upstream_workspace: ros2_control.humble.repos
# we don't test this repository, we just build it
# we don't test target_workspace, we just build it
not_test_build: true
# we test the downstream packages, which are part of our organization
downstream_workspace: ros_controls.humble.repos
Expand All @@ -42,8 +42,10 @@ jobs:
ros_repo: testing
ref_for_scheduled_build: humble
upstream_workspace: ros2_control.humble.repos
# we don't test this repository, we just build it
# we don't test target_workspace, we just build it
not_test_build: true
# we don't test the downstream packages, which are outside of our organization
downstream_workspace: downstream.humble.repos
downstream_workspace: | # build also the ros2_control packages
ros_controls.humble.repos
downstream.humble.repos
not_test_downstream: true

0 comments on commit 201d3a7

Please sign in to comment.