Skip to content

Commit

Permalink
Test for ros2 Jazzy workflow 3
Browse files Browse the repository at this point in the history
Reduced workflow jobs number in order to reduce workflow duration
  • Loading branch information
elandini84 committed Sep 13, 2024
1 parent fb5fd18 commit ecabeb2
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
# base_image_label: "ubuntu22.04",
# }
# - {
# ros2_distro: "humble",
# base_image: "nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04",
# base_image_label: "cuda.11.7.1-cudnn8",
# ros2_distro: "jazzy",
# base_image: "nvidia/cuda:12.6.1-cudnn-devel-ubuntu24.04",
# base_image_label: "cuda.12.6.1-cudnn8",
# }
# - {
# ros2_distro: "iron",
Expand Down Expand Up @@ -80,26 +80,26 @@ jobs:
strategy:
matrix:
config:
- {
ros2_distro: "jazzy",
base_image: "ubuntu:24.04",
base_image_label: "ubuntu24.04",
}
# - {
# ros2_distro: "humble",
# ros2_distro: "iron",
# base_image: "ubuntu:22.04",
# base_image_label: "ubuntu22.04",
# }
- {
ros2_distro: "iron",
base_image: "ubuntu:22.04",
base_image_label: "ubuntu22.04",
}
# - {
# ros2_distro: "humble",
# ros2_distro: "jazzy",
# base_image: "nvidia/cuda:12.6.1-cudnn-devel-ubuntu24.04",
# base_image_label: "cuda.11.7.1-cudnn8",
# }
# - {
# ros2_distro: "iron",
# base_image: "nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04",
# base_image_label: "cuda.11.7.1-cudnn8",
# }
- {
ros2_distro: "iron",
base_image: "nvidia/cuda:11.7.1-cudnn8-devel-ubuntu22.04",
base_image_label: "cuda.11.7.1-cudnn8",
}
steps:
- name: Info
run: |
Expand Down

0 comments on commit ecabeb2

Please sign in to comment.