Skip to content

Commit fc4e55f

Browse files
[CI] Specify runner/container images and add Jazzy jobs (#134) (#138)
* Specify runner/container images * Use matrix strategy * Add jazzy jobs * Update upstream pre-commit wf also for humble * Sort the distros Co-authored-by: Felix Exner (fexner) <[email protected]> (cherry picked from commit 0943242) Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent 0f0ffbd commit fc4e55f

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

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

+1-6
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@ on:
99
jobs:
1010
pre-commit:
1111
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-pre-commit.yml@master
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
ROS_DISTRO: [humble]
1612
with:
17-
ros_distro: ${{ matrix.ROS_DISTRO }}
18-
os_name: ubuntu-22.04
13+
ros_distro: humble

.github/workflows/rolling-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ROS_DISTRO: [rolling, iron]
23+
ROS_DISTRO: [iron, jazzy, rolling]
2424
ROS_REPO: [main, testing]
2525
with:
2626
ros_distro: ${{ matrix.ROS_DISTRO }}

.github/workflows/ci-pre-commit.yml .github/workflows/rolling-pre-commit.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ROS_DISTRO: [rolling, iron]
15+
ROS_DISTRO: [iron, jazzy, rolling]
1616
with:
1717
ros_distro: ${{ matrix.ROS_DISTRO }}
18-
os_name: ubuntu-22.04

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ See [control_msgs documentation](https://index.ros.org/p/control_msgs/) on index
1313
| Noetic | [kinetic-devel](https://github.com/ros-controls/control_msgs/tree/kinetic-devel) | [Build status](https://travis-ci.org/ros-controls/control_msgs) |
1414
| Humble | [humble](https://github.com/ros-controls/control_msgs/tree/humble) | [![Humble Binary Build](https://github.com/ros-controls/control_msgs/actions/workflows/humble-build.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/humble-build.yml) |
1515
| Iron | [master](https://github.com/ros-controls/control_msgs/tree/master) | [![Rolling Binary Build](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml) |
16+
| Jazzy | [master](https://github.com/ros-controls/control_msgs/tree/master) | [![Rolling Binary Build](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml) |
1617
| Rolling | [master](https://github.com/ros-controls/control_msgs/tree/master) | [![Rolling Binary Build](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml/badge.svg)](https://github.com/ros-controls/control_msgs/actions/workflows/rolling-build.yml) |
1718

1819
## Code Formatting

0 commit comments

Comments
 (0)