File tree Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Expand file tree Collapse file tree 4 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,10 @@ jobs:
23
23
fail-fast : false # allow other matrix jobs to continue even if one fails
24
24
matrix : # build RL8, RL9
25
25
build :
26
- # Temporarily disable Rocky 8 to speed up testing and reduce CI resources
27
- # - image_name: openhpc-extra-RL8
28
- # source_image_name_key: RL8 # key into environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
29
- # inventory_groups: doca,cuda,lustre
30
- # volume_size: 35 # needed for cuda
26
+ - image_name : openhpc-extra-RL8
27
+ source_image_name_key : RL8 # key into environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
28
+ inventory_groups : doca,cuda,lustre
29
+ volume_size : 35 # needed for cuda
31
30
- image_name : openhpc-extra-RL9
32
31
source_image_name_key : RL9
33
32
inventory_groups : doca,cuda,lustre
Original file line number Diff line number Diff line change 34
34
fail-fast : false # allow other matrix jobs to continue even if one fails
35
35
matrix : # build RL8, RL9
36
36
build :
37
- # Temporarily disable Rocky 8 to speed up testing and reduce CI resources
38
- # - image_name: openhpc-RL8
39
- # source_image_name: Rocky-8-GenericCloud-Base-8.10-20240528.0.x86_64.raw
40
- # inventory_groups: control,compute,login,update
37
+ - image_name : openhpc-RL8
38
+ source_image_name : Rocky-8-GenericCloud-Base-8.10-20240528.0.x86_64.raw
39
+ inventory_groups : control,compute,login,update
41
40
- image_name : openhpc-RL9
42
41
source_image_name : Rocky-9-GenericCloud-Base-9.6-20250531.0.x86_64.qcow2
43
42
inventory_groups : control,compute,login,update
Original file line number Diff line number Diff line change 23
23
fail-fast : false # allow other matrix jobs to continue even if one fails
24
24
matrix :
25
25
os_version :
26
- # Temporarily disable Rocky 8 to speed up testing and reduce CI resources
27
- # - RL8
26
+ - RL8
28
27
- RL9
29
28
env :
30
29
ANSIBLE_FORCE_COLOR : True
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- # Temporarily disable Rocky 8 to speed up testing and reduce CI resources
25
- # build: ["RL8", "RL9"]
26
- build : ["RL9"]
24
+ build : ["RL8", "RL9"]
27
25
env :
28
26
JSON_PATH : environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
29
27
OS_CLOUD : openstack
You can’t perform that action at this time.
0 commit comments