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
22on :
33 workflow_dispatch :
44 inputs :
1010 - LEAFCLOUD
1111 - SMS
1212 - ARCUS
13- schedule :
14- - cron : ' 0 0 * * *' # Run at midnight
1513
1614jobs :
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
You can’t perform that action at this time.
0 commit comments