Skip to content

Commit

Permalink
Test for ros2 Jazzy workflow 2
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 b0d5667 commit fb5fd18
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ jobs:
base_image: "ubuntu:24.04",
base_image_label: "ubuntu24.04",
}
- {
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",
# 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",
}
# - {
# 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 fb5fd18

Please sign in to comment.