Skip to content

Commit 10dde50

Browse files
committed
bump OFED to 3.2.3 on both OSes
1 parent 65145dd commit 10dde50

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/extra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
volume_size: 35 # needed for cuda
4343
- image_name: openhpc-extra-RL9
4444
source_image_name_key: RL9
45-
inventory_groups: cuda # doca disabled due to no RL9.8 kernel compatibility
45+
inventory_groups: doca,cuda
4646
volume_size: 35 # needed for cuda
4747
env:
4848
ANSIBLE_FORCE_COLOR: 'true'
Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
---
22

3-
# 2.9 is LTS, last to support ConnectX-4, 3 years for bug fixes and CVE updates:
4-
# https://docs.nvidia.com/doca/archive/2-9-3/changes+and+new+features/index.html
5-
# DOCA 2.9.3 has not been released for rhel 9.7 yet (as of 2025-12-18).
6-
# DOCA 3.2.0 is compatible with rhel 9 but lists Connectx-4 lx as supported but not ConnectX-4:
7-
# https://docs.nvidia.com/doca/sdk/general-support/index.html#src-4413883949_id-.GeneralSupportv3.2.0LC-SupportedPlatformsandNICFirmwareVersions
8-
doca_version: "{{ ansible_distribution_version is version('9.7', '>=') | ternary('3.2.2', '2.9.3') }}"
3+
doca_version: "3.2.3" # Generally want LTS versions - this is only one with EL9.8 support
94
doca_profile: doca-ofed
105
doca_distribution: "{{ doca_version is version('3.2.0', '>=') | ternary(ansible_distribution_major_version, ansible_distribution_version) }}"
116
doca_repo_url: "https://linux.mellanox.com/public/repo/doca/{{ doca_version }}/rhel{{ doca_distribution }}/{{ ansible_architecture }}/"

0 commit comments

Comments
 (0)