Skip to content

Commit 84485ed

Browse files
committed
bump CI to RL8 and RL9 OFED-enabled images
1 parent e9fe323 commit 84485ed

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/fatimage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ name: Build fat image
88
# description: Include RL9 image build
99
# type: boolean
1010
# default: false
11-
push:
12-
branches:
13-
- ofed
11+
# push:
12+
# branches:
13+
# - ofed
1414
jobs:
1515
openstack:
1616
name: openstack-imagebuild

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
rl9_selected:
2424
- ${{ inputs.use_RL9 == true }} # only potentially true for workflow_dispatch
2525
rl9_branch:
26-
- ${{ startsWith(github.head_ref, 'rl9') == true }} # only potentially for pull_request, always false on merge
26+
#- ${{ startsWith(github.head_ref, 'rl9') == true }} # only potentially for pull_request, always false on merge
27+
- ${{ true }} # only potentially for pull_request, always false on merge
2728
exclude:
2829
- os_version: RL9
2930
rl9_selected: false

environments/.stackhpc/terraform/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ variable "cluster_image" {
2929
type = map(string)
3030
default = {
3131
# https://github.com/stackhpc/ansible-slurm-appliance/pull/353
32-
RL8: "openhpc-RL8-240313-1028-15f9ab38"
33-
RL9: "openhpc-RL9-240313-1057-15f9ab38"
32+
RL8: "openhpc-ofed-RL8-240404-1407-e9fe3235"
33+
RL9: "openhpc-ofed-RL9-240404-1503-e9fe3235"
3434
}
3535
}
3636

0 commit comments

Comments
 (0)