Skip to content

Commit

Permalink
Mark ROS1 melodic as EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Jul 6, 2023
1 parent 1e0c5af commit 9f963f6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: melodic, PRERELEASE: true}
- {ROS_DISTRO: melodic, ROS_REPO: ros}
- {ROS_DISTRO: melodic}
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ jobs:
- {ROS_DISTRO: melodic, ROS_REPO: ros, BUILDER: colcon, AFTER_SCRIPT: 'rosenv && [ "$$CMAKE_PREFIX_PATH" = "/root/target_ws/install/industrial_ci:/opt/ros/melodic" ]'}
- {DOCKER_IMAGE: "ros:noetic", AFTER_INIT: "grep -r ros-testing /etc/apt && ici_exit 1 || ici_exit 2", EXPECT_EXIT_CODE: 2}
- {DOCKER_IMAGE: "ros:noetic", ROS_REPO: testing, AFTER_INIT: "grep -r ros-testing /etc/apt && ici_exit 1 || ici_exit 2", EXPECT_EXIT_CODE: 1}
- {DOCKER_IMAGE: "ros:melodic", AFTER_INIT: "grep -r ros-testing /etc/apt && ici_exit 1 || ici_exit 2", EXPECT_EXIT_CODE: 2}
- {DOCKER_IMAGE: "ros:melodic", ROS_REPO: testing, AFTER_INIT: "grep -r ros-testing /etc/apt && ici_exit 1 || ici_exit 2", EXPECT_EXIT_CODE: 1}
- {ROS_DISTRO: noetic, PRERELEASE: true}
- {ROS_DISTRO: noetic, AFTER_SCRIPT: 'rosenv rosrun industrial_ci run_travis', ADDITIONAL_DEBS: "ros-noetic-rosbash"}
- {ROS_DISTRO: foxy, AFTER_SCRIPT: 'rosenv ros2 run industrial_ci run_travis', ADDITIONAL_DEBS: "ros-foxy-ros2run"}
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The following `ROS <http://wiki.ros.org/Distributions>`__ / `ROS2 <https://index
* `Jade <http://wiki.ros.org/jade>`__ *(EOL)*
* `Kinetic <http://wiki.ros.org/kinetic>`__ *(EOL)*
* `Lunar <http://wiki.ros.org/lunar>`__ *(EOL)*
* `Melodic <http://wiki.ros.org/melodic>`__
* `Melodic <http://wiki.ros.org/melodic>`__ *(EOL)*
* `Noetic <http://wiki.ros.org/noetic>`__
* `Ardent <https://index.ros.org/doc/ros2/Releases/Release-Ardent-Apalone/>`__ *(EOL)*
* `Bouncy <https://index.ros.org/doc/ros2/Releases/Bouncy/>`__ *(EOL)*
Expand Down
1 change: 1 addition & 0 deletions industrial_ci/src/ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function _set_ros_defaults {
;;
"melodic")
_ros1_defaults "bionic"
_ros_is_eol "melodic/2023-06-27"
;;
"noetic")
_ros1_defaults "focal"
Expand Down

0 comments on commit 9f963f6

Please sign in to comment.