fix(ci): increase query regression ECS disk to 80 GiB (#9123)

Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com>
This commit is contained in:
discord9
2026-09-14 02:45:10 +00:00
committed by GitHub
parent 3d1278b39b
commit 1fce0eb6d8
2 changed files with 8 additions and 8 deletions
@@ -81,8 +81,8 @@ POLL_INTERVAL_SECONDS = 5
SWAP_FILE = "/swapfile"
SWAP_SIZE_GIB = 16
# Image (~12G), 16G swap, checkout, base+candidate data homes, and cold
# build caches. Deleted with the instance.
SYSTEM_DISK_GIB = 50
# build caches. 80 GiB provides capacity headroom. Deleted with the instance.
SYSTEM_DISK_GIB = 80
@dataclass(frozen=True)