From 946509a7cab4a6fb483910d71a11e06085e27e14 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:38:55 +0100 Subject: [PATCH] Remove iron workflows and update readme (#153) (#157) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit cf2d2134949c81cec107015651f705721d0a3f55) Co-authored-by: Christoph Fröhlich --- .github/workflows/rolling-build.yml | 2 +- .github/workflows/rolling-pre-commit.yml | 2 +- README.md | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rolling-build.yml b/.github/workflows/rolling-build.yml index 411a9f3..ac5a6a3 100644 --- a/.github/workflows/rolling-build.yml +++ b/.github/workflows/rolling-build.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - ROS_DISTRO: [iron, jazzy, rolling] + ROS_DISTRO: [jazzy, rolling] ROS_REPO: [main, testing] with: ros_distro: ${{ matrix.ROS_DISTRO }} diff --git a/.github/workflows/rolling-pre-commit.yml b/.github/workflows/rolling-pre-commit.yml index 9f70d2f..8d63051 100644 --- a/.github/workflows/rolling-pre-commit.yml +++ b/.github/workflows/rolling-pre-commit.yml @@ -12,6 +12,6 @@ jobs: strategy: fail-fast: false matrix: - ROS_DISTRO: [iron, jazzy, rolling] + ROS_DISTRO: [jazzy, rolling] with: ros_distro: ${{ matrix.ROS_DISTRO }} diff --git a/README.md b/README.md index cdf5ae9..bdb31c0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ See [control_msgs documentation](https://index.ros.org/p/control_msgs/) on index |--------------|-----------------|--------------| | Noetic | [kinetic-devel](https://github.com/ros-controls/control_msgs/tree/kinetic-devel) | [Build status](https://travis-ci.org/ros-controls/control_msgs) | | 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) | -| 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) | | 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) | | 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) |