File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
environments/.stackhpc/terraform Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ name: Build fat image
8
8
# description: Include RL9 image build
9
9
# type: boolean
10
10
# default: false
11
- push :
12
- branches :
13
- - ofed
11
+ # push:
12
+ # branches:
13
+ # - ofed
14
14
jobs :
15
15
openstack :
16
16
name : openstack-imagebuild
Original file line number Diff line number Diff line change 23
23
rl9_selected :
24
24
- ${{ inputs.use_RL9 == true }} # only potentially true for workflow_dispatch
25
25
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
27
28
exclude :
28
29
- os_version : RL9
29
30
rl9_selected : false
Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ variable "cluster_image" {
29
29
type = map (string )
30
30
default = {
31
31
# 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 "
34
34
}
35
35
}
36
36
You can’t perform that action at this time.
0 commit comments