Skip to content

Commit f175aca

Browse files
author
Felix Exner
committed
Merge remote-tracking branch 'origin/master' into scaled_jtc
2 parents fa88059 + b441ced commit f175aca

File tree

157 files changed

+3010
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+3010
-449
lines changed

.github/workflows/humble-abi-compatibility.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
pull_request:
55
branches:
66
- humble
7+
paths:
8+
- '**.hpp'
9+
- '**.h'
10+
- '**.cpp'
11+
- '.github/workflows/humble-abi-compatibility.yml'
12+
- '**.yaml'
13+
- '**/package.xml'
14+
- '**/CMakeLists.txt'
15+
- 'ros2_controllers-not-released.humble.repos'
716

817
jobs:
918
abi_check:

.github/workflows/humble-binary-build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,27 @@ on:
77
pull_request:
88
branches:
99
- humble
10+
paths:
11+
- '**.hpp'
12+
- '**.h'
13+
- '**.cpp'
14+
- '.github/workflows/humble-binary-build.yml'
15+
- '**.yaml'
16+
- '**/package.xml'
17+
- '**/CMakeLists.txt'
18+
- 'ros2_controllers-not-released.humble.repos'
1019
push:
1120
branches:
1221
- humble
22+
paths:
23+
- '**.hpp'
24+
- '**.h'
25+
- '**.cpp'
26+
- '.github/workflows/humble-binary-build.yml'
27+
- '**.yaml'
28+
- '**/package.xml'
29+
- '**/CMakeLists.txt'
30+
- 'ros2_controllers-not-released.humble.repos'
1331
schedule:
1432
# Run every morning to detect flakiness and broken dependencies
1533
- cron: '03 1 * * *'
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Humble Check Docs
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- humble
8+
paths:
9+
- '**.rst'
10+
- '**.md'
11+
- '**.yaml'
12+
13+
jobs:
14+
check-docs:
15+
name: Check Docs
16+
uses: ros-controls/control.ros.org/.github/workflows/reusable-sphinx-check-single-version.yml@humble
17+
with:
18+
ROS2_CONTROLLERS_PR: ${{ github.ref }}

.github/workflows/humble-coverage-build.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,33 @@ on:
44
push:
55
branches:
66
- humble
7+
paths:
8+
- '**.hpp'
9+
- '**.h'
10+
- '**.cpp'
11+
- '.github/workflows/humble-coverage-build.yml'
12+
- 'codecov.yml'
13+
- '**.yaml'
14+
- '**/package.xml'
15+
- '**/CMakeLists.txt'
16+
- 'ros2_controllers.humble.repos'
717
pull_request:
818
branches:
919
- humble
20+
paths:
21+
- '**.hpp'
22+
- '**.h'
23+
- '**.cpp'
24+
- '.github/workflows/humble-coverage-build.yml'
25+
- 'codecov.yml'
26+
- '**.yaml'
27+
- '**/package.xml'
28+
- '**/CMakeLists.txt'
29+
- 'ros2_controllers.humble.repos'
1030

1131
jobs:
1232
coverage_humble:
1333
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-build-coverage.yml@master
1434
secrets: inherit
1535
with:
1636
ros_distro: humble
17-
os_name: ubuntu-22.04

.github/workflows/humble-debian-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
pull_request:
55
branches:
66
- humble
7+
paths:
8+
- '**.hpp'
9+
- '**.h'
10+
- '**.cpp'
11+
- '.github/workflows/humble-debian-build.yml'
12+
- '**.yaml'
13+
- '**/package.xml'
14+
- '**/CMakeLists.txt'
15+
- 'ros2_controllers.humble.repos'
716
schedule:
817
# Run every day to detect flakiness and broken dependencies
918
- cron: '03 1 * * *'

.github/workflows/humble-pre-commit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ jobs:
1111
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
1212
with:
1313
ros_distro: humble
14-
os_name: ubuntu-22.04

.github/workflows/humble-rhel-semi-binary-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
pull_request:
55
branches:
66
- humble
7+
paths:
8+
- '**.hpp'
9+
- '**.h'
10+
- '**.cpp'
11+
- '.github/workflows/humble-rhel-semi-binary-build.yml'
12+
- '**.yaml'
13+
- '**/package.xml'
14+
- '**/CMakeLists.txt'
15+
- 'ros2_controllers.humble.repos'
716
schedule:
817
# Run every day to detect flakiness and broken dependencies
918
- cron: '03 1 * * *'

.github/workflows/humble-semi-binary-build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,27 @@ on:
66
pull_request:
77
branches:
88
- humble
9+
paths:
10+
- '**.hpp'
11+
- '**.h'
12+
- '**.cpp'
13+
- '.github/workflows/humble-semi-binary-build.yml'
14+
- '**.yaml'
15+
- '**/package.xml'
16+
- '**/CMakeLists.txt'
17+
- 'ros2_controllers.humble.repos'
918
push:
1019
branches:
1120
- humble
21+
paths:
22+
- '**.hpp'
23+
- '**.h'
24+
- '**.cpp'
25+
- '.github/workflows/humble-semi-binary-build.yml'
26+
- '**.yaml'
27+
- '**/package.xml'
28+
- '**/CMakeLists.txt'
29+
- 'ros2_controllers.humble.repos'
1230
schedule:
1331
# Run every morning to detect flakiness and broken dependencies
1432
- cron: '33 1 * * *'

.github/workflows/humble-source-build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ on:
44
push:
55
branches:
66
- humble
7+
paths:
8+
- '**.hpp'
9+
- '**.h'
10+
- '**.cpp'
11+
- '.github/workflows/humble-source-build.yml'
12+
- '**/package.xml'
13+
- '**/CMakeLists.txt'
14+
- 'ros2_controllers.humble.repos'
715
schedule:
816
# Run every day to detect flakiness and broken dependencies
917
- cron: '03 3 * * *'
@@ -15,3 +23,4 @@ jobs:
1523
ros_distro: humble
1624
ref: humble
1725
ros2_repo_branch: humble
26+
os_name: ubuntu-22.04

.github/workflows/iron-abi-compatibility.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ on:
44
pull_request:
55
branches:
66
- iron
7+
paths:
8+
- '**.hpp'
9+
- '**.h'
10+
- '**.cpp'
11+
- '.github/workflows/iron-abi-compatibility.yml'
12+
- '**.yaml'
13+
- '**/package.xml'
14+
- '**/CMakeLists.txt'
15+
- 'ros2_controllers-not-released.iron.repos'
716

817
jobs:
918
abi_check:

0 commit comments

Comments
 (0)