Skip to content

Commit 17b2b42

Browse files
committed
bump CI images - now both OFED
1 parent 32568db commit 17b2b42

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

environments/.stackhpc/terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ 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/413
33-
RL8: "openhpc-RL8-240904-1509-1687368f"
34-
RL9: "openhpc-ofed-RL9-240904-1509-1687368f"
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"
3535
}
3636
}
3737

0 commit comments

Comments
 (0)