Skip to content

Commit

Permalink
Update setup ros (FieldRobotEvent#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-v-E authored Apr 17, 2024
1 parent e06d288 commit d1453c0
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 10 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ros-humble-ign-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Humble Hawksbill (May 2022 - May 2027)
name: ros-humble-ign

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

jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: virtual_maize_field
target-ros2-distro: humble
4 changes: 1 addition & 3 deletions .github/workflows/ros-humble-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-humble

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -16,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: humble
- uses: ros-tooling/action-ros-ci@v0.3
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/ros-iron-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-iron

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -16,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: iron
- uses: ros-tooling/action-ros-ci@v0.3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ros-rolling-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: ros-rolling

on:
workflow_dispatch:
branches:
- ros2
pull_request:
branches:
- ros2
Expand All @@ -14,9 +12,11 @@ on:

jobs:
build:
runs-on: ubuntu:24.04
runs-on: ubuntu-latest
container:
image: ubuntu:noble
steps:
- uses: ros-tooling/setup-ros@v0.6
- uses: ros-tooling/setup-ros@master
with:
required-ros-distributions: rolling
- uses: ros-tooling/action-ros-ci@v0.3
Expand Down

0 comments on commit d1453c0

Please sign in to comment.