From 9a02e9885ff80a8a5a208b736da59df6fb99a2f9 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 29c2d5a094..e76f4ac398 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 deployed-tree \ --checkpoint tree \ --checkpoint raw-image \ + --checkpoint metal \ + --checkpoint metal4k \ ${platforms[@]/#/--export=} \ "${processed_json}"