Skip to content

Commit 362d6b6

Browse files
committed
CI: Bump AIO root volume size to 50GB
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.
1 parent 32bb55c commit 362d6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/aio/vm.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variable "aio_vm_subnet" {
3535

3636
variable "aio_vm_volume_size" {
3737
type = number
38-
default = 40
38+
default = 50
3939
}
4040

4141
variable "aio_vm_tags" {

0 commit comments

Comments
 (0)