Skip to content

Commit

Permalink
Merge branch 'master' into cleaning-jtc
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Nov 2, 2024
2 parents 8e577c4 + 87f21b3 commit 3ba1136
Show file tree
Hide file tree
Showing 287 changed files with 8,630 additions and 1,602 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/ci-coverage-build-humble.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/ci-coverage-build-iron.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/ci-coverage-build.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/ci-format.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .github/workflows/ci-ros-lint.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/humble-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ on:
pull_request:
branches:
- humble
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/humble-abi-compatibility.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers-not-released.humble.repos'

jobs:
abi_check:
Expand Down
20 changes: 20 additions & 0 deletions .github/workflows/humble-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,29 @@ on:
pull_request:
branches:
- humble
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/humble-binary-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers-not-released.humble.repos'
push:
branches:
- humble
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/humble-binary-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers-not-released.humble.repos'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/humble-check-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Humble Check Docs

on:
workflow_dispatch:
pull_request:
branches:
- humble
paths:
- '**.rst'
- '**.md'
- '**.yaml'

jobs:
check-docs:
name: Check Docs
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@humble
with:
ROS2_CONTROLLERS_PR: ${{ github.ref }}
38 changes: 38 additions & 0 deletions .github/workflows/humble-coverage-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: Coverage Build - Humble
on:
workflow_dispatch:
push:
branches:
- humble
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/humble-coverage-build.yml'
- 'codecov.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers.humble.repos'
pull_request:
branches:
- humble
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/humble-coverage-build.yml'
- 'codecov.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers.humble.repos'

jobs:
coverage_humble:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master
secrets: inherit
with:
ros_distro: humble
Loading

0 comments on commit 3ba1136

Please sign in to comment.