Skip to content

Commit b3cd98f

Browse files
committed
increase control node size on arcus/CI
1 parent 9db701c commit b3cd98f

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
@@ -30,7 +30,7 @@ module "cluster" {
3030
vnic_type = "direct"
3131
key_pair = "slurm-app-ci"
3232
control_node = {
33-
flavor: "vm.alaska.cpu.general.small"
33+
flavor: "vm.alaska.cpu.general.quarter"
3434
image: var.cluster_image
3535
}
3636
login_nodes = {

0 commit comments

Comments
 (0)