You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Speedup jsonnet generation by them running in parallel
Previously, jsonnet to yaml conversion was done sequentially and this
took quite some time. The patch speeds that up by running them in
parallel . The number of jobs to run in parallel is determined by the
number of CPU cores (thus requires nproc to be in path).
Signed-off-by: Sunil Thaha <[email protected]>
0 commit comments