We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5eacd8 commit c9385c1Copy full SHA for c9385c1
environments/.stackhpc/terraform/main.tf
@@ -29,7 +29,7 @@ variable "cluster_image" {
29
description = "single image for all cluster nodes, keyed by os_version - a convenience for CI"
30
type = map(string)
31
default = {
32
- # https://github.com/stackhpc/ansible-slurm-appliance/pull/419
+ # https://github.com/stackhpc/ansible-slurm-appliance/pull/411
33
RL8: "openhpc-RL8-240725-1710-325c7b47"
34
RL9: "openhpc-ofed-RL9-240725-1710-325c7b47"
35
}
0 commit comments