Skip to content

Commit 594f3e7

Browse files
committed
bump CI/fat image
1 parent 8243023 commit 594f3e7

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
@@ -22,7 +22,7 @@ variable "cluster_name" {
2222
variable "cluster_image" {
2323
description = "single image for all cluster nodes - a convenience for CI"
2424
type = string
25-
default = "openhpc-240116-1604-b3563a08" # https://github.com/stackhpc/ansible-slurm-appliance/pull/344
25+
default = "openhpc-240222-1631-82430234" # https://github.com/stackhpc/ansible-slurm-appliance/pull/364
2626
# default = "Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2"
2727
}
2828

@@ -71,8 +71,8 @@ module "cluster" {
7171
compute_nodes = {
7272
compute-0: "small"
7373
compute-1: "small"
74-
compute-2: "extra"
75-
compute-3: "extra"
74+
# compute-2: "extra"
75+
# compute-3: "extra"
7676
}
7777
volume_backed_instances = var.volume_backed_instances
7878

0 commit comments

Comments
 (0)