Skip to content

Commit

Permalink
(actions) also run CI on rolling U22 and U24
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh authored Apr 8, 2024
1 parent f65a2a5 commit 2df5927
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
uses: tue-robotics/tue-env/ci/modified-packages@master
with:
commit-range: ${{ steps.commit-range.outputs.commit-range }}
tue-ci:
name: TUe CI - ${{ matrix.package }}
tue-ci-humble:
name: TUe CI Humble - ${{ matrix.package }}
runs-on: ubuntu-latest
needs: matrix
strategy:
Expand All @@ -34,3 +34,31 @@ jobs:
with:
image: ghcr.io/tue-robotics/tue-env-ros-humble
package: ${{ matrix.package }}
tue-ci-rolling-u22:
name: TUe CI Rolling U24 - ${{ matrix.package }}
runs-on: ubuntu-latest
needs: matrix
strategy:
fail-fast: false
matrix:
package: ${{ fromJson(needs.matrix.outputs.packages) }}
steps:
- name: TUe CI
uses: tue-robotics/tue-env/ci/main@master
with:
image: ghcr.io/tue-robotics/tue-env-ros-rolling-u22
package: ${{ matrix.package }}
tue-ci-rolling-u24:
name: TUe CI Rolling U24 - ${{ matrix.package }}
runs-on: ubuntu-latest
needs: matrix
strategy:
fail-fast: false
matrix:
package: ${{ fromJson(needs.matrix.outputs.packages) }}
steps:
- name: TUe CI
uses: tue-robotics/tue-env/ci/main@master
with:
image: ghcr.io/tue-robotics/tue-env-ros-rolling-u24
package: ${{ matrix.package }}

0 comments on commit 2df5927

Please sign in to comment.