ros-controls / control_msgs

contains base messages and actions useful for controlling robots
https://control.ros.org
BSD 3-Clause "New" or "Revised" License
49 stars 65 forks source link

[CI] Specify runner/container images and add Jazzy jobs #134

Closed christophfroehlich closed 5 months ago

christophfroehlich commented 6 months ago

Jobs for jazzy-main are failing, but jazzy-testing works fine already.

christophfroehlich commented 6 months ago

@mergifyio backport humble

mergify[bot] commented 6 months ago

backport humble

✅ Backports have been created

* [#138 [CI] Specify runner/container images and add Jazzy jobs (backport #134)](https://github.com/ros-controls/control_msgs/pull/138) has been created for branch `humble`
christophfroehlich commented 6 months ago

We could still use a matrix build using the include notation:

    strategy:
      fail-fast: false
      matrix:
        include:
          - ros_distro: iron
            os_name: ubuntu-22.04
          - ros_distro: rolling
            os_name: ubuntu-24.04

ah that could be, thanks. I would need a different key for rolling container, but I give it a try