Skip to content

Commit

Permalink
Add required upstream_workspace input
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 9, 2024
1 parent e923fc9 commit 12db094
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-humble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'


jobs:
binary:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
Expand All @@ -22,4 +23,5 @@ jobs:
with:
ros_distro: ${{ matrix.env.ROS_DISTRO }}
ros_repo: ${{ matrix.env.ROS_REPO }}
upstream_workspace: control_toolbox-not-released.${{ matrix.env.ROS_DISTRO }}.repos
ref_for_scheduled_build: ros2-master
2 changes: 2 additions & 0 deletions .github/workflows/build-iron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
# Run every day to detect flakiness and broken dependencies
- cron: '28 6 * * *'


jobs:
binary:
uses: ./.github/workflows/reusable-industrial-ci-with-cache.yml
Expand All @@ -22,4 +23,5 @@ jobs:
with:
ros_distro: ${{ matrix.env.ROS_DISTRO }}
ros_repo: ${{ matrix.env.ROS_REPO }}
upstream_workspace: control_toolbox-not-released.${{ matrix.env.ROS_DISTRO }}.repos
ref_for_scheduled_build: ros2-master
1 change: 1 addition & 0 deletions .github/workflows/build-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
with:
ros_distro: ${{ matrix.env.ROS_DISTRO }}
ros_repo: ${{ matrix.env.ROS_REPO }}
upstream_workspace: control_toolbox-not-released.${{ matrix.env.ROS_DISTRO }}.repos
ref_for_scheduled_build: ros2-master
6 changes: 6 additions & 0 deletions control_toolbox-not-released.humble.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repositories:
## EXAMPLE DEPENDENCY
# <some_ros_package>:
# type: git
# url: [email protected]:<some_github_namespace>/<some_ros_package>.git
# version: master
6 changes: 6 additions & 0 deletions control_toolbox-not-released.iron.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repositories:
## EXAMPLE DEPENDENCY
# <some_ros_package>:
# type: git
# url: [email protected]:<some_github_namespace>/<some_ros_package>.git
# version: master
6 changes: 6 additions & 0 deletions control_toolbox-not-released.rolling.repos
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
repositories:
## EXAMPLE DEPENDENCY
# <some_ros_package>:
# type: git
# url: [email protected]:<some_github_namespace>/<some_ros_package>.git
# version: master

0 comments on commit 12db094

Please sign in to comment.