-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf19ce0
commit 21dc7a5
Showing
24 changed files
with
300 additions
and
493 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
groups: | ||
# Default reviewers for all pull requests. | ||
# Usually, at least on of the maintainers should approve PR before merging. | ||
# The best is if two maintainers do that. | ||
- name: maintainers # name of the group | ||
reviewers: 2 # how many reviewers do you want to assign? | ||
internal_reviewers: 1 # how many reviewers do you want to assign when the PR author belongs to this group? | ||
usernames: # github usernames of the reviewers | ||
- bmagyar | ||
- destogl | ||
|
||
# Reviewers group to get broader feedback. | ||
- name: reviewers | ||
reviewers: 5 | ||
usernames: | ||
- aprotyas | ||
- arne48 | ||
- bijoua29 | ||
- christophfroehlich | ||
- DasRoteSkelett | ||
- duringhof | ||
- erickisos | ||
- fmauch | ||
- jaron-l | ||
- livanov93 | ||
- mcbed | ||
- moriarty | ||
- olivier-stasse | ||
- peterdavidfagan | ||
- progtologist | ||
- saikishor | ||
- VanshGehlot | ||
- VX792 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git). | ||
# For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst) | ||
|
||
name: Binary Build | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- ros2-master | ||
schedule: | ||
# Run every day to detect flakiness and broken dependencies | ||
- cron: '28 6 * * *' | ||
|
||
|
||
jobs: | ||
binary: | ||
uses: ros-controls/ros2_control/.github/workflows/reusable-industrial-ci-with-cache.yml@master | ||
strategy: | ||
matrix: | ||
ROS_DISTRO: [rolling, iron, humble] | ||
ROS_REPO: [main, testing] | ||
with: | ||
ros_distro: ${{ matrix.ROS_DISTRO }} | ||
ros_repo: ${{ matrix.ROS_REPO }} | ||
upstream_workspace: control_toolbox-not-released.${{ matrix.ROS_DISTRO }}.repos | ||
ref_for_scheduled_build: ros2-master |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.