Skip to content

Commit cebfa0e

Browse files
Merge branch 'master' into fix/tolerances
2 parents fe830d4 + 6c3c996 commit cebfa0e

257 files changed

Lines changed: 5750 additions & 5198 deletions

File tree

Some content is hidden

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request: &event
88
branches:
99
- jazzy
10-
- '*feature*'
11-
- '*feature/**'
1210
paths:
1311
- '**.hpp'
1412
- '**.h'

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
pull_request: &event
77
branches:
88
- jazzy
9-
- '*feature*'
10-
- '*feature/**'
119
paths:
1210
- '**.hpp'
1311
- '**.h'

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ on:
77
pull_request: &event
88
branches:
99
- kilted
10-
- '*feature*'
11-
- '*feature/**'
1210
paths:
1311
- '**.hpp'
1412
- '**.h'

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
pull_request: &event
77
branches:
88
- kilted
9-
- '*feature*'
10-
- '*feature/**'
119
paths:
1210
- '**.hpp'
1311
- '**.h'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- '**/package.xml'
1414
- '**/CMakeLists.txt'
1515
- 'ros2_controllers-not-released.rolling.repos'
16-
- 'ros2_controllers-not-released.kilted.repos'
16+
- 'ros2_controllers-not-released.lyrical.repos'
1717
- '**.xml'
1818

1919
concurrency:
@@ -27,6 +27,6 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
ROS_DISTRO: [rolling]
30+
ROS_DISTRO: [lyrical, rolling]
3131
with:
3232
ros_distro: ${{ matrix.ROS_DISTRO }}

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: Rolling Binary Build
44

55
on:
66
workflow_dispatch:
7-
pull_request: &event
7+
pull_request:
88
branches:
99
- master
1010
- '*feature*'
1111
- '*feature/**'
12-
paths:
12+
paths: &paths
1313
- '**.hpp'
1414
- '**.h'
1515
- '**.cpp'
@@ -19,9 +19,12 @@ on:
1919
- '**/package.xml'
2020
- '**/CMakeLists.txt'
2121
- 'ros2_controllers-not-released.rolling.repos'
22-
- 'ros2_controllers-not-released.kilted.repos'
22+
- 'ros2_controllers-not-released.lyrical.repos'
2323
- '**.xml'
24-
push: *event
24+
push:
25+
branches:
26+
- master
27+
paths: *paths
2528
schedule:
2629
# Run every morning to detect flakiness and broken dependencies
2730
- cron: '03 1 * * MON-FRI'
@@ -37,8 +40,11 @@ jobs:
3740
strategy:
3841
fail-fast: false
3942
matrix:
40-
ROS_DISTRO: [rolling]
43+
ROS_DISTRO: [lyrical, rolling]
4144
ROS_REPO: [main, testing]
45+
exclude:
46+
- ROS_DISTRO: rolling
47+
ROS_REPO: main
4248
with:
4349
ros_distro: ${{ matrix.ROS_DISTRO }}
4450
ros_repo: ${{ matrix.ROS_REPO }}

.github/workflows/rolling-check-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
pull_request:
66
branches:
77
- master
8+
- '*feature*'
9+
- '*feature/**'
810
paths:
911
- '**.rst'
1012
- '**.md'

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: Check Rolling Compatibility on Humble
44

55
on:
66
workflow_dispatch:
7-
pull_request: &event
7+
pull_request:
88
branches:
99
- master
1010
- '*feature*'
1111
- '*feature/**'
12-
paths:
12+
paths: &paths
1313
- '**.hpp'
1414
- '**.h'
1515
- '**.cpp'
@@ -20,7 +20,10 @@ on:
2020
- '**/CMakeLists.txt'
2121
- 'ros2_controllers.rolling.repos'
2222
- '**.xml'
23-
push: *event
23+
push:
24+
branches:
25+
- master
26+
paths: *paths
2427

2528
concurrency:
2629
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/rolling-compatibility-jazzy-binary-build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: Check Rolling Compatibility on Jazzy
44

55
on:
66
workflow_dispatch:
7-
pull_request: &event
7+
pull_request:
88
branches:
99
- master
1010
- '*feature*'
1111
- '*feature/**'
12-
paths:
12+
paths: &paths
1313
- '**.hpp'
1414
- '**.h'
1515
- '**.cpp'
@@ -20,7 +20,10 @@ on:
2020
- '**/CMakeLists.txt'
2121
- 'ros2_controllers.rolling.repos'
2222
- '**.xml'
23-
push: *event
23+
push:
24+
branches:
25+
- master
26+
paths: *paths
2427

2528
concurrency:
2629
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/rolling-compatibility-kilted-binary-build.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ name: Check Rolling Compatibility on Kilted
44

55
on:
66
workflow_dispatch:
7-
pull_request: &event
7+
pull_request:
88
branches:
99
- master
1010
- '*feature*'
1111
- '*feature/**'
12-
paths:
12+
paths: &paths
1313
- '**.hpp'
1414
- '**.h'
1515
- '**.cpp'
@@ -20,7 +20,10 @@ on:
2020
- '**/CMakeLists.txt'
2121
- 'ros2_controllers.rolling.repos'
2222
- '**.xml'
23-
push: *event
23+
push:
24+
branches:
25+
- master
26+
paths: *paths
2427

2528
concurrency:
2629
# cancel previous runs of the same workflow, except for pushes on given branches

0 commit comments

Comments
 (0)