Skip to content

Commit 70f0f87

Browse files
committed
bump CI image
1 parent 1ce702b commit 70f0f87

File tree

1 file changed

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

1 file changed

+4
-3
lines changed

environments/.stackhpc/terraform/main.tf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ 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/427
33-
RL8: "openhpc-ofed-RL8-240906-1042-32568dbb"
34-
RL9: "openhpc-ofed-RL9-240906-1041-32568dbb"
32+
# https://github.com/stackhpc/ansible-slurm-appliance/pull/444
33+
RL8: "openhpc-ofed-RL8-241002-1612-1ce702b1"
34+
RL9: "openhpc-ofed-RL9-241003-1052-1ce702b1"
35+
RL9-cuda: "openhpc-cuda-RL9-241002-1612-1ce702b1"
3536
}
3637
}
3738

0 commit comments

Comments
 (0)