Skip to content

Commit

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

runs-on: ${{ matrix.os }}
env:
Expand All @@ -27,7 +23,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare CI
run: |
git clone -b $CI_BRANCH https://github.com/FlexBE/flexbe_ci.git ~/flexbe_ci
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ You may also want to check out the quick start tutorial demonstrations at [FlexB

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

Rolling ![ROS Build Farm](https://build.ros2.org/job/Rdev__flexbe_behavior_engine__ubuntu_jammy_amd64/badge/icon)
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

Expand Down

0 comments on commit eaa9794

Please sign in to comment.