Skip to content

Branch for Jazzy and add Kilted Kaiju #2197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,10 @@ 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: "jazzy"
6 changes: 3 additions & 3 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ pull_request_rules:
branches:
- humble

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

- name: Ask to resolve conflict
conditions:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/README.md

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/humble-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ jobs:
fail-fast: false
matrix:
ROS_DISTRO: [humble]
ROS_REPO: [testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
ros_repo: testing
upstream_workspace: ros2_control.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: humble
semi-binary-clang:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/humble-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ jobs:
with:
ros_distro: humble
ref: humble
ros2_repo_branch: humble
os_name: ubuntu-22.04
4 changes: 2 additions & 2 deletions .github/workflows/jazzy-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -15,7 +15,7 @@ on:
- 'ros2_control-not-released.jazzy.repos'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
# cancel previous runs of the same workflow, except for pushes on jazzy branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/jazzy-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -18,7 +18,7 @@ on:
- 'ros2_control-not-released.jazzy.repos'
push:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -33,7 +33,7 @@ on:
- cron: '03 1 * * *'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
# cancel previous runs of the same workflow, except for pushes on jazzy branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

Expand All @@ -49,4 +49,4 @@ jobs:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: ros2_control-not-released.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: master
ref_for_scheduled_build: jazzy
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- jazzy
paths:
- '**.rst'
- '**.md'
Expand Down
49 changes: 24 additions & 25 deletions .github/workflows/jazzy-coverage-build.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
name: Coverage Build - Jazzy
on:
workflow_dispatch:
# TODO(anyone) activate when branched for Jazzy
# push:
# branches:
# - master
# paths:
# - '**.hpp'
# - '**.h'
# - '**.cpp'
# - '.github/workflows/jazzy-coverage-build.yml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'ros2_control.jazzy.repos'
# - 'codecov.yml'
# pull_request:
# branches:
# - master
# paths:
# - '**.hpp'
# - '**.h'
# - '**.cpp'
# - '.github/workflows/jazzy-coverage-build.yml'
# - '**/package.xml'
# - '**/CMakeLists.txt'
# - 'ros2_control.jazzy.repos'
# - 'codecov.yml'
push:
branches:
- jazzy
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-coverage-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_control.jazzy.repos'
- 'codecov.yml'
pull_request:
branches:
- jazzy
paths:
- '**.hpp'
- '**.h'
- '**.cpp'
- '.github/workflows/jazzy-coverage-build.yml'
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_control.jazzy.repos'
- 'codecov.yml'

jobs:
coverage_jazzy:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jazzy-debian-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -18,7 +18,7 @@ on:
- cron: '03 1 * * *'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
# cancel previous runs of the same workflow, except for pushes on jazzy branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

Expand All @@ -32,5 +32,5 @@ jobs:
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
upstream_workspace: ros2_control.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: master
ref_for_scheduled_build: jazzy
skip_packages: rqt_controller_manager
2 changes: 1 addition & 1 deletion .github/workflows/jazzy-pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- jazzy

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jazzy-rhel-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -18,7 +18,7 @@ on:
- cron: '03 1 * * *'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
# cancel previous runs of the same workflow, except for pushes on jazzy branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

Expand All @@ -32,5 +32,5 @@ jobs:
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
upstream_workspace: ros2_control.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: master
ref_for_scheduled_build: jazzy
skip_packages: rqt_controller_manager
21 changes: 8 additions & 13 deletions .github/workflows/jazzy-semi-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -18,7 +18,7 @@ on:
- 'ros2_control.jazzy.repos'
push:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -33,30 +33,25 @@ on:
- cron: '03 1 * * *'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
# cancel previous runs of the same workflow, except for pushes on jazzy branch
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}

jobs:
semi-binary:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [jazzy]
ROS_REPO: [testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
ros_repo: ${{ matrix.ROS_REPO }}
upstream_workspace: ros2_control.${{ matrix.ROS_DISTRO }}.repos
ref_for_scheduled_build: master
ros_distro: jazzy
ros_repo: testing
upstream_workspace: ros2_control.jazzy.repos
ref_for_scheduled_build: jazzy
semi-binary-clang:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-industrial-ci-with-cache.yml@master
with:
ros_distro: jazzy
ros_repo: testing
upstream_workspace: ros2_control.jazzy.repos
ref_for_scheduled_build: master
ref_for_scheduled_build: jazzy
additional_debs: clang
c_compiler: clang
cxx_compiler: clang++
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/jazzy-semi-binary-downstream-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:
pull_request:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -28,7 +28,7 @@ jobs:
with:
ros_distro: jazzy
ros_repo: testing
ref_for_scheduled_build: master
ref_for_scheduled_build: jazzy
upstream_workspace: ros2_control.jazzy.repos
# we don't test target_workspace, we just build it
not_test_build: true
Expand All @@ -40,7 +40,7 @@ jobs:
with:
ros_distro: jazzy
ros_repo: testing
ref_for_scheduled_build: master
ref_for_scheduled_build: jazzy
upstream_workspace: ros2_control.jazzy.repos
# we don't test target_workspace, we just build it
not_test_build: true
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/jazzy-source-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- jazzy
paths:
- '**.hpp'
- '**.h'
Expand All @@ -22,6 +22,5 @@ jobs:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-ros-tooling-source-build.yml@master
with:
ros_distro: jazzy
ref: master
ros2_repo_branch: master
ref: jazzy
container: ubuntu:24.04
7 changes: 6 additions & 1 deletion .github/workflows/rolling-abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_control-not-released.rolling.repos'
- 'ros2_control-not-released.kilted.repos'

concurrency:
# cancel previous runs of the same workflow, except for pushes on master branch
Expand All @@ -22,5 +23,9 @@ concurrency:
jobs:
abi_check:
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [kilted, rolling]
with:
ros_distro: rolling
ros_distro: ${{ matrix.ROS_DISTRO }}
4 changes: 3 additions & 1 deletion .github/workflows/rolling-binary-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ on:
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_control-not-released.rolling.repos'
- 'ros2_control-not-released.kilted.repos'
push:
branches:
- master
Expand All @@ -28,6 +29,7 @@ on:
- '**/package.xml'
- '**/CMakeLists.txt'
- 'ros2_control-not-released.rolling.repos'
- 'ros2_control-not-released.kilted.repos'
schedule:
# Run every morning to detect flakiness and broken dependencies
- cron: '03 1 * * *'
Expand All @@ -43,7 +45,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling]
ROS_DISTRO: [kilted, rolling]
ROS_REPO: [main, testing]
with:
ros_distro: ${{ matrix.ROS_DISTRO }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,8 @@ concurrency:
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 }}
ros_distro: humble
ros_repo: testing
upstream_workspace: ros2_control.rolling.repos
ref_for_scheduled_build: master
Loading
Loading