Skip to content

Commit

Permalink
Add CI for rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Apr 27, 2024
1 parent 283bf46 commit a04bbfe
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 150 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/ci-humble.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/ci-iron.yml

This file was deleted.

27 changes: 27 additions & 0 deletions .github/workflows/ci-rolling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI-Rolling

on:
workflow_dispatch:
push:
branches:
- ros2
pull_request:
branches:
- ros2

jobs:
harmonic_ci:
runs-on: ubuntu-24.04
strategy:
matrix:
ROS_REPO: [testing, main]
steps:
- name: Setup ROS environment
uses: ros-tooling/[email protected]
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/[email protected]
with:
target-ros2-distro: rolling
import-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a04bbfe

Please sign in to comment.