Skip to content

ci: Increase limit of concurrent crosvm instances per runner

Cristian Ciocaltea requested to merge cristicc/mesa:vsock-next into main

This ensures we can handle up to 128 concurrent crosvm instances per runner.

Additionally, it improves the interception of the INT and TERM interrupt signals to properly release any allocated resources. This is particularly helpful to mitigate the scenario when one or more tasks hang, which would have caused failures in starting subsequent crosvm instances.

Signed-off-by: Cristian Ciocaltea cristian.ciocaltea@collabora.com

Merge request reports