File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Nightly fat image build
1
+ name : Build fat image
2
2
on :
3
3
workflow_dispatch :
4
4
inputs :
10
10
- LEAFCLOUD
11
11
- SMS
12
12
- ARCUS
13
- schedule :
14
- - cron : ' 0 0 * * *' # Run at midnight
15
13
16
14
jobs :
17
15
openstack :
@@ -22,12 +20,16 @@ jobs:
22
20
runs-on : ubuntu-22.04
23
21
strategy :
24
22
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
26
24
os_version :
27
25
- RL8
28
26
- RL9
29
27
build :
30
- - openstack.openhpc-latest
28
+ - openstack.openhpc-ofed
29
+ - openstack.openhpc-cuda
30
+ exclude :
31
+ - os_version : RL8
32
+ build : openstack.openhpc-cuda
31
33
32
34
env :
33
35
ANSIBLE_FORCE_COLOR : True
You can’t perform that action at this time.
0 commit comments