Allow 2 cores per runner job for concurrency

Allowing 2 clear cores runs fewer jobs, but should run them a lot faster
This commit is contained in:
Jake Howard 2022-05-07 12:34:57 +01:00
parent 306d2368c1
commit 1c14c10b74
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

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