We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84cc0b commit b4fb789Copy full SHA for b4fb789
.github/workflows/fatimage.yml
@@ -11,21 +11,16 @@ jobs:
11
runs-on: ubuntu-22.04
12
strategy:
13
fail-fast: false # allow other matrix jobs to continue even if one fails
14
- matrix: # build RL8, RL9+OFED, RL9+CUDA versions
+ matrix: # build RL8+OFED, RL9+OFED, RL9+OFED+CUDA versions
15
os_version:
16
- RL8
17
- RL9
18
build:
19
- - openstack.openhpc
20
- openstack.openhpc-ofed
21
- openstack.openhpc-cuda
22
exclude:
23
- - os_version: RL8
24
- build: openstack.openhpc-ofed
25
- os_version: RL8
26
build: openstack.openhpc-cuda
27
- - os_version: RL9
28
- build: openstack.openhpc
29
env:
30
ANSIBLE_FORCE_COLOR: True
31
OS_CLOUD: openstack
0 commit comments