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 committed Nov 20, 2024
1 parent 1c64d93 commit 8a0b479
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 @@ -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}"

Expand Down

0 comments on commit 8a0b479

Please sign in to comment.