Run as many CI jobs as there are cores
This commit is contained in:
parent
73f165c521
commit
475215f33a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
concurrent = {{ ansible_processor_nproc // 2 }}
|
concurrent = {{ ansible_processor_nproc }}
|
||||||
log_level = "warning"
|
log_level = "warning"
|
||||||
check_interval = 10
|
check_interval = 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue