From 0aba13ec8f834c636d5e62d8ad9952fc00aa427d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 20 Feb 2024 20:14:34 -0800 Subject: [PATCH] Bump disk size on ostree build test to 30 GB Seems we need more space on the scratch disk used by the ostree build test, it's failing due to lack of space. Tested on lab, it worked. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 6169ade7..345e76cd 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -445,7 +445,7 @@ "+CANNED": "", "BOOTFROM": "c", "HDD_1": "disk_f%VERSION%_minimal_3_%ARCH%.qcow2", - "HDDSIZEGB_3": "25", + "HDDSIZEGB_3": "30", "MAX_JOB_TIME": "12600", "+NUMDISKS": "3", "POSTINSTALL": "_ostree_build",