Skip to content

Commit 25545c5

Browse files
committed
use image with ohpc v2.6 packages for hpctests in arcus/CI
1 parent b72ec8c commit 25545c5

File tree

1 file changed

+1
-1
lines changed
  • environments/arcus/terraform

1 file changed

+1
-1
lines changed

environments/arcus/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "create_nodes" {
1717
variable "cluster_image" {
1818
description = "single image for all cluster nodes - a convenience for CI"
1919
type = string
20-
default = "openhpc-221117-1324.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/9
20+
default = "openhpc-221118-1422.qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/12
2121
}
2222

2323
module "cluster" {

0 commit comments

Comments
 (0)