File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed
Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ jobs:
2626 fail-fast : false # allow other matrix jobs to continue even if one fails
2727 matrix : # build RL8, RL9
2828 build :
29- - image_name : openhpc-extra-RL8
30- source_image_name_key : RL8 # key into environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
31- inventory_groups : doca,cuda,lustre
32- volume_size : 35 # needed for cuda
29+ # Temporarily disable Rocky 8 to speed up testing and reduce CI resources
30+ # - image_name: openhpc-extra-RL8
31+ # source_image_name_key: RL8 # key into environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
32+ # inventory_groups: doca,cuda,lustre
33+ # volume_size: 35 # needed for cuda
3334 - image_name : openhpc-extra-RL9
3435 source_image_name_key : RL9
3536 inventory_groups : doca,cuda,lustre
Original file line number Diff line number Diff line change 3434 fail-fast : false # allow other matrix jobs to continue even if one fails
3535 matrix : # build RL8, RL9
3636 build :
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
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
4041 - image_name : openhpc-RL9
4142 source_image_name : Rocky-9-GenericCloud-Base-9.6-20250531.0.x86_64.qcow2
4243 inventory_groups : control,compute,login,update
Original file line number Diff line number Diff line change 2626 fail-fast : false # allow other matrix jobs to continue even if one fails
2727 matrix :
2828 os_version :
29- - RL8
29+ # Temporarily disable Rocky 8 to speed up testing and reduce CI resources
30+ # - RL8
3031 - RL9
3132 env :
3233 ANSIBLE_FORCE_COLOR : True
Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- build : ["RL8", "RL9"]
27+ # Temporarily disable Rocky 8 to speed up testing and reduce CI resources
28+ # build: ["RL8", "RL9"]
29+ build : ["RL9"]
2830 env :
2931 JSON_PATH : environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
3032 OS_CLOUD : openstack
You can’t perform that action at this time.
0 commit comments