Limit job parallelization to avoid heavy memory usage
Number of parallel jobs suitable for current CI runner configuration not always could be retrieved by standard system utilities. The value need to be hardcoded to avoid unexpected memory usage and could be aligned with current CI resources and configuration.
Signed-off-by: Anton Bondarenko anton.bondarenko@arm.com