Skip to content

Commit ce444bc

Browse files
committed
Temporarily disable Rocky 8 to speed up testing and reduce CI resources
Temporarily disable ansible-lint: Run ansible/[email protected] Run if [[ -n "" ]]; then Run action_ref="${GH_ACTION_REF_INPUT:-${GITHUB_ACTION_REF:-main}}" Using ansible-lint ref: main Run reqs_file=$(git rev-parse --show-toplevel)/.git/ansible-lint-requirements.txt --2025-09-09 14:51:58-- https://raw.githubusercontent.com/ansible/ansible-lint/main/.config/requirements-lock.txt Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2025-09-09 14:51:58 ERROR 404: Not Found.
1 parent 3f9c6b7 commit ce444bc

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

.github/workflows/extra.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/fatimage.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
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

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
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

.github/workflows/trivyscan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
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

0 commit comments

Comments
 (0)