From 55b35171e326b40acfaf4301d28e83597d911491 Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Tue, 16 Jan 2024 12:26:03 +0000 Subject: [PATCH] bump CI image --- environments/.stackhpc/terraform/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/.stackhpc/terraform/main.tf b/environments/.stackhpc/terraform/main.tf index 78c968889..0ab3be5ee 100644 --- a/environments/.stackhpc/terraform/main.tf +++ b/environments/.stackhpc/terraform/main.tf @@ -13,7 +13,7 @@ variable "cluster_name" { variable "cluster_image" { description = "single image for all cluster nodes - a convenience for CI" type = string - default = "openhpc-240112-1705-1f2656f5" # https://github.com/stackhpc/ansible-slurm-appliance/pull/349 + default = "openhpc-240116-1156-aa8dba7d" # https://github.com/stackhpc/ansible-slurm-appliance/pull/351 # default = "Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2" }