Skip to content

Commit

Permalink
Does it build this repo if we set target_workspace?
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Dec 11, 2024
1 parent 7e3a77c commit 2a712d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/humble-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
ros_distro: humble
ros_repo: testing
ref_for_scheduled_build: master
not_test_build: true
upstream_workspace: ros2_controllers.humble.repos
downstream_workspace: ros_controls.humble.repos
target_workspace: ros_controls.humble.repos
not_test_downstream: true
3 changes: 1 addition & 2 deletions .github/workflows/jazzy-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
ros_distro: jazzy
ros_repo: testing
ref_for_scheduled_build: master
not_test_build: true
upstream_workspace: ros2_controllers.jazzy.repos
downstream_workspace: ros_controls.jazzy.repos
target_workspace: ros_controls.jazzy.repos
not_test_downstream: true
2 changes: 1 addition & 1 deletion .github/workflows/rolling-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
ref_for_scheduled_build: master
not_test_build: true
upstream_workspace: ros2_controllers.${{ matrix.ROS_DISTRO }}.repos
downstream_workspace: ros_controls.${{ matrix.ROS_DISTRO }}.repos
target_workspace: ros_controls.${{ matrix.ROS_DISTRO }}.repos
not_test_downstream: true

0 comments on commit 2a712d0

Please sign in to comment.