From 05a5fe009704ce6c9b5125f201674e072fd6db52 Mon Sep 17 00:00:00 2001 From: Prakash Surya Date: Wed, 21 Aug 2024 09:26:08 -0700 Subject: [PATCH] TOOL-25955 nightly builds failing due to ENOSPC on the filesystem after adding DCT variants (#770) PR URL: https://www.github.com/delphix/appliance-build/pull/770 --- live-build/config/hooks/vm-artifacts/90-raw-disk-image.binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/config/hooks/vm-artifacts/90-raw-disk-image.binary b/live-build/config/hooks/vm-artifacts/90-raw-disk-image.binary index fd867edd..0000f373 100755 --- a/live-build/config/hooks/vm-artifacts/90-raw-disk-image.binary +++ b/live-build/config/hooks/vm-artifacts/90-raw-disk-image.binary @@ -74,7 +74,7 @@ external-* | internal-dcenter) RAW_DISK_SIZE_GB=127 ;; internal-buildserver) - RAW_DISK_SIZE_GB=256 + RAW_DISK_SIZE_GB=512 ;; internal-*) RAW_DISK_SIZE_GB=70