Skip to content

Commit a965e2b

Browse files
committed
change back fatimage workflow
1 parent cf8a685 commit a965e2b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/fatimage.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Nightly fat image build
1+
name: Build fat image
22
on:
33
workflow_dispatch:
44
inputs:
@@ -10,8 +10,6 @@ on:
1010
- LEAFCLOUD
1111
- SMS
1212
- ARCUS
13-
schedule:
14-
- cron: '0 0 * * *' # Run at midnight
1513

1614
jobs:
1715
openstack:
@@ -22,12 +20,16 @@ jobs:
2220
runs-on: ubuntu-22.04
2321
strategy:
2422
fail-fast: false # allow other matrix jobs to continue even if one fails
25-
matrix: # build RL8+OFED, RL9+OFED new base images
23+
matrix: # build RL8+OFED, RL9+OFED, RL9+OFED+CUDA versions
2624
os_version:
2725
- RL8
2826
- RL9
2927
build:
30-
- openstack.openhpc-latest
28+
- openstack.openhpc-ofed
29+
- openstack.openhpc-cuda
30+
exclude:
31+
- os_version: RL8
32+
build: openstack.openhpc-cuda
3133

3234
env:
3335
ANSIBLE_FORCE_COLOR: True

0 commit comments

Comments
 (0)