mirror of
https://github.com/vacp2p/nimbus-eth2-experimental.git
synced 2026-01-09 13:27:55 -05:00
ci: bump Jenkins maxConcurrentTotal to 9
We have added more powerful hosts with more slots(3 instead of 2) which should be able to accomodate more Nimbus CI jobs. https://github.com/status-im/infra-ci/issues/85 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
2
ci/Jenkinsfile
vendored
2
ci/Jenkinsfile
vendored
@@ -40,7 +40,7 @@ pipeline {
|
|||||||
throttleOption: 'category',
|
throttleOption: 'category',
|
||||||
categories: ['nimbus-eth2'],
|
categories: ['nimbus-eth2'],
|
||||||
maxConcurrentPerNode: 1,
|
maxConcurrentPerNode: 1,
|
||||||
maxConcurrentTotal: 6
|
maxConcurrentTotal: 9
|
||||||
)
|
)
|
||||||
/* Abort old builds for non-main branches. */
|
/* Abort old builds for non-main branches. */
|
||||||
disableConcurrentBuilds(
|
disableConcurrentBuilds(
|
||||||
|
|||||||
Reference in New Issue
Block a user