Skip to content

Commit

Permalink
CI: Bump AIO root volume size to 50GB
Browse files Browse the repository at this point in the history
Tempest test on https://github.com/stackhpc/stackhpc-kayobe-config/actions/runs/11516474614/job/32145413990?pr=1312 is keep failing because the aio is running out of space. Bumping it to 50 GB.
  • Loading branch information
seunghun1ee committed Oct 28, 2024
1 parent 32bb55c commit 362d6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/aio/vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "aio_vm_subnet" {

variable "aio_vm_volume_size" {
type = number
default = 40
default = 50
}

variable "aio_vm_tags" {
Expand Down

0 comments on commit 362d6b6

Please sign in to comment.