Skip to content

Commit b4fb789

Browse files
committed
include OFED in both RL8 and RL9 builds
1 parent e84cc0b commit b4fb789

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,16 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
strategy:
1313
fail-fast: false # allow other matrix jobs to continue even if one fails
14-
matrix: # build RL8, RL9+OFED, RL9+CUDA versions
14+
matrix: # build RL8+OFED, RL9+OFED, RL9+OFED+CUDA versions
1515
os_version:
1616
- RL8
1717
- RL9
1818
build:
19-
- openstack.openhpc
2019
- openstack.openhpc-ofed
2120
- openstack.openhpc-cuda
2221
exclude:
23-
- os_version: RL8
24-
build: openstack.openhpc-ofed
2522
- os_version: RL8
2623
build: openstack.openhpc-cuda
27-
- os_version: RL9
28-
build: openstack.openhpc
2924
env:
3025
ANSIBLE_FORCE_COLOR: True
3126
OS_CLOUD: openstack

0 commit comments

Comments
 (0)