Skip to content

Commit

Permalink
update CI targets for Jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 6, 2024
1 parent eaa9794 commit b83fc83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flexbe_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
test:
strategy:
matrix:
ros: [rolling]
ros: [jazzy]
include:
- os: ubuntu-24.04
ros: rolling
ros: jazzy
python: python3
ci_branch: ros2-devel
ci_branch: jazzy

runs-on: ${{ matrix.os }}
env:
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ Please refer to the FlexBE Homepage ([flexbe.github.io](http://flexbe.github.io)

You may also want to check out the quick start tutorial demonstrations at [FlexBE Turtlesim Demo](https://github.com/FlexBE/flexbe_turtlesim_demo).

![FlexBE CI](https://github.com/FlexBE/flexbe_behavior_engine/workflows/FlexBE%20CI/badge.svg?branch=ros2-devel)

Iron ![ROS Build Farm](https://build.ros2.org/job/Idev__flexbe_behavior_engine__ubuntu_jammy_amd64/badge/icon)
![FlexBE CI](https://github.com/FlexBE/flexbe_behavior_engine/workflows/FlexBE%20CI/badge.svg?branch=jazzy)

Jazzy ![ROS Build Farm](https://build.ros2.org/job/Jdev__flexbe_behavior_engine__ubuntu_noble_amd64/badge/icon)

Rolling ![ROS Build Farm](https://build.ros2.org/job/Rdev__flexbe_behavior_engine__ubuntu_noble_amd64/badge/icon)

## Installation

For released versions, FlexBE is available as ` apt install` package `ros-<DISTRO>-flexbe-*`
Expand Down

0 comments on commit b83fc83

Please sign in to comment.