Skip to content
Snippets Groups Projects
Commit 8e60c1f8 authored by Wolfgang Merkt's avatar Wolfgang Merkt Committed by Wolfgang Merkt
Browse files

[CI] Always run PRERELEASE tests

Our current CI configuration only ran prerelease tests for ROS2. We recently had a CMake breakage for Python2

Cf.
https://github.com/ros/rosdistro/pull/34135#issuecomment-1221034543
https://github.com/stack-of-tasks/eigenpy-ros-release/issues/4
parent 3951be00
No related branches found
No related tags found
No related merge requests found
Pipeline #21324 passed with warnings
......@@ -11,14 +11,16 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: melodic}
- {ROS_DISTRO: noetic, BUILDER: catkin_tools}
- {ROS_DISTRO: melodic, PRERELEASE: false}
- {ROS_DISTRO: noetic}
- {ROS_DISTRO: foxy}
- {ROS_DISTRO: galactic}
- {ROS_DISTRO: foxy, PRERELEASE: true}
- {ROS_DISTRO: galactic, PRERELEASE: true}
- {ROS_DISTRO: rolling}
- {ROS_DISTRO: humble}
env:
CCACHE_DIR: /github/home/.ccache # Enable ccache
PRERELEASE: true
BUILDER: colcon
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment