Skip to content

Commit 0d09fb4

Browse files
committed
Enable Rocky Linux 8 - disabled to speed up testing
1 parent 3fb3022 commit 0d09fb4

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

.github/workflows/extra.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
fail-fast: false # allow other matrix jobs to continue even if one fails
2424
matrix: # build RL8, RL9
2525
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
3130
- image_name: openhpc-extra-RL9
3231
source_image_name_key: RL9
3332
inventory_groups: doca,cuda,lustre

.github/workflows/fatimage.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
fail-fast: false # allow other matrix jobs to continue even if one fails
3535
matrix: # build RL8, RL9
3636
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
4140
- image_name: openhpc-RL9
4241
source_image_name: Rocky-9-GenericCloud-Base-9.6-20250531.0.x86_64.qcow2
4342
inventory_groups: control,compute,login,update

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
fail-fast: false # allow other matrix jobs to continue even if one fails
2424
matrix:
2525
os_version:
26-
# Temporarily disable Rocky 8 to speed up testing and reduce CI resources
27-
#- RL8
26+
- RL8
2827
- RL9
2928
env:
3029
ANSIBLE_FORCE_COLOR: True

.github/workflows/trivyscan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
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"]
2725
env:
2826
JSON_PATH: environments/.stackhpc/tofu/cluster_image.auto.tfvars.json
2927
OS_CLOUD: openstack

0 commit comments

Comments
 (0)