ci/setup: Parallelize again, add timing logs#1687
Conversation
Motivation is faster provisioning and easier to debug when something goes wrong. Also cleanup the codeql cache. Signed-off-by: Colin Walters <walters@verbum.org>
There was a problem hiding this comment.
Code Review
This pull request improves the CI setup by parallelizing cleanup tasks to free up disk space and adding timing logs for better performance monitoring. The changes are well-motivated and move in the right direction. My review includes suggestions to further improve the efficiency of package removal and to make the status reporting of the parallel cleanup jobs more robust and informative for debugging.
|
@henrywang you're on default PR review rotation this cycle, can you look at this one and the others? (Or feel free to reassign reviews) |
henrywang
left a comment
There was a problem hiding this comment.
Checked the log, the cleanup and time works.
The longest time 14:52.12 task is auso apt install libkrb5-dev pkg-config libvirt-dev genisoimage qemu-utils qemu-kvm virtiofsd libvirt-daemon-system.
Motivation is faster provisioning and easier to debug when something goes wrong.
Also cleanup the codeql cache.