Skip to content

Commit

Permalink
fix rolling CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Jun 10, 2024
1 parent 072f6ea commit 44e7168
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI (iron)
name: CI (jazzy)
on:
push:
branches: [ main ]
Expand All @@ -9,14 +9,14 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
image: ubuntu:noble
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: iron
use-ros2-testing: true
- uses: ros-tooling/[email protected]
continue-on-error: true
with:
target-ros2-distro: iron
target-ros2-distro: jazzy
vcs-repo-file-url: ./acados_solver_ros2.repos
import-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-rolling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:jammy
image: ubuntu:noble
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Simple ros2 vendor for Acados.

![version](https://img.shields.io/badge/version-0.3.2-blue)
[![CI (humble)](https://github.com/ICube-Robotics/acados_vendor_ros2/actions/workflows/ci.yml/badge.svg)](https://github.com/ICube-Robotics/acados_vendor_ros2/actions/workflows/ci.yml)
[![Build tests (iron)](../../actions/workflows/ci-iron.yaml/badge.svg?branch=main)](../../actions/workflows/ci-iron.yaml?query=branch:main)
[![Build tests (jazzy)](../../actions/workflows/ci-iron.yaml/badge.svg?branch=main)](../../actions/workflows/ci-jazzy.yaml?query=branch:main)
[![Build tests (rolling)](../../actions/workflows/ci-rolling.yaml/badge.svg?branch=main)](../../actions/workflows/ci-rolling.yaml?query=branch:main)


Expand Down

0 comments on commit 44e7168

Please sign in to comment.