Skip to content

Commit cd88d4e

Browse files
committed
bump CI image
1 parent 9695932 commit cd88d4e

File tree

1 file changed

+2
-3
lines changed
  • environments/.stackhpc/terraform

1 file changed

+2
-3
lines changed

environments/.stackhpc/terraform/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ variable "cluster_image" {
2929
description = "single image for all cluster nodes, keyed by os_version - a convenience for CI"
3030
type = map(string)
3131
default = {
32-
# https://github.com/stackhpc/ansible-slurm-appliance/pull/399
33-
RL8: "openhpc-RL8-240619-0949-66c0e540"
34-
RL9: "openhpc-ofed-RL9-240619-0949-66c0e540"
32+
RL8: "openhpc-RL8-240619-0949-66c0e540" # https://github.com/stackhpc/ansible-slurm-appliance/pull/399
33+
RL9: "openhpc-ofed-RL9-240621-1308-96959324" # https://github.com/stackhpc/ansible-slurm-appliance/pull/401
3534
}
3635
}
3736

0 commit comments

Comments
 (0)