Run as many CI jobs as there are cores

This commit is contained in:
Jake Howard 2022-08-17 20:03:37 +01:00
parent 73f165c521
commit 475215f33a
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,4 +1,4 @@
concurrent = {{ ansible_processor_nproc // 2 }}
concurrent = {{ ansible_processor_nproc }}
log_level = "warning"
check_interval = 10