Skip to content

Commit

Permalink
runvm-osbuild: Add checkpoints for metal/metal4k and bump cache size
Browse files Browse the repository at this point in the history
 - Add checkpoints for metal and metal4k pipelines due LiveISO builds;
 - Bump cache size from 14G to 20G.

Signed-off-by: Renata Ravanelli <[email protected]>
  • Loading branch information
ravanelli authored and dustymabe committed Nov 26, 2024
1 parent 9ae2a9e commit f63d947
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/runvm-osbuild
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,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}"

Expand Down

0 comments on commit f63d947

Please sign in to comment.