Skip to content

Commit

Permalink
Merge branch 'master' into feature/steering_controllers_library_wait_…
Browse files Browse the repository at this point in the history
…steering
  • Loading branch information
christophfroehlich authored Nov 22, 2024
2 parents 4a35d46 + 1bd6870 commit 2de1d31
Show file tree
Hide file tree
Showing 168 changed files with 7,130 additions and 588 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ updates:
schedule:
interval: "weekly"
target-branch: "humble"
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
target-branch: "iron"
9 changes: 0 additions & 9 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,6 @@ pull_request_rules:
branches:
- humble

- name: Backport to iron at reviewers discretion
conditions:
- base=master
- "label=backport-iron"
actions:
backport:
branches:
- iron

- name: Ask to resolve conflict
conditions:
- conflict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/humble-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_REPO: [main, testing]
ROS_REPO: [testing]
with:
ros_distro: humble
ros_repo: ${{ matrix.ROS_REPO }}
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/iron-abi-compatibility.yml

This file was deleted.

50 changes: 0 additions & 50 deletions .github/workflows/iron-binary-build.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/iron-check-docs.yml

This file was deleted.

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

This file was deleted.

30 changes: 0 additions & 30 deletions .github/workflows/iron-debian-build.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .github/workflows/iron-pre-commit.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/iron-rhel-semi-binary-build.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/iron-semi-binary-build.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/iron-source-build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/jazzy-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_REPO: [main, testing]
ROS_REPO: [testing]
with:
ros_distro: jazzy
ros_repo: ${{ matrix.ROS_REPO }}
Expand Down
48 changes: 48 additions & 0 deletions .github/workflows/rolling-compatibility-humble-binary-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Check Rolling Compatibility on Humble
# author: Christoph Froehlich <[email protected]>
# description: 'Build & test the rolling version on Humble distro.'

on:
workflow_dispatch:
pull_request:
branches:
- master
- '*feature*'
- '*feature/**'
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/rolling-compatibility-humble-binary-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers.rolling.repos'
push:
branches:
- master
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '**.py'
- '**.yaml'
- '.github/workflows/rolling-compatibility-humble-binary-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_controllers.rolling.repos'

jobs:
build-on-humble:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [humble]
ROS_REPO: [testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: ros2_controllers.rolling.repos
ref_for_scheduled_build: master
Loading

0 comments on commit 2de1d31

Please sign in to comment.