hydra: machines-for-berlin: Increase parallel builds count.

* hydra/machines-for-berlin.scm (template-x86_64): Increase parallel builds
count.
This commit is contained in:
Mathieu Othacehe 2021-05-01 18:56:50 +02:00
parent e518b5a39f
commit e4c7aa3ed9
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@
(compression "no")
(speed 3) ;don't increase it too much
;or everything goes there
(parallel-builds 4)))
(parallel-builds 8)))
((name key 192)
(build-machine
(name name)
@ -149,7 +149,7 @@
(compression "no")
(speed 3) ;don't increase it too much
;or everything goes there
(parallel-builds 4)))
(parallel-builds 8)))
((ip key ram)
(build-machine
(name ip)