From 9e1cf945e06c308f5459feeaa76476196654252a Mon Sep 17 00:00:00 2001 From: Renata Ravanelli Date: Mon, 18 Nov 2024 17:44:31 -0300 Subject: [PATCH] runvm-osbuild: Add checkpoints for metal/metal4k and bump cache size - Add checkpoints for metal and metal4k pipelines due LiveISO builds; - Bump cache size from 14G to 20G. Signed-off-by: Renata Ravanelli --- src/runvm-osbuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/runvm-osbuild b/src/runvm-osbuild index 5893640c37..ac159a7b39 100755 --- a/src/runvm-osbuild +++ b/src/runvm-osbuild @@ -118,10 +118,12 @@ osbuild-mpp \ osbuild \ --out "$outdir" \ --store "$storedir" \ - --cache-max-size 14GiB \ + --cache-max-size 20GiB \ --checkpoint build \ --checkpoint tree \ --checkpoint raw-image \ + --checkpoint metal \ + --checkpoint meta4k \ ${platforms[@]/#/--export=} \ "${processed_json}"