mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
nimbus.ropsten: use less validators on VC nodes
We want to test with lower numbers of validators first. https://github.com/status-im/infra-nimbus/issues/122 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
23c07e3dbf
commit
89f04d8aa4
@ -81,7 +81,7 @@ validator_client_dist_validators_end: '{{ (not node.validator_client) | ternar
|
||||
|
||||
nodes_layout:
|
||||
'metal-01.he-eu-hel1.nimbus.ropsten':
|
||||
- { start: 0, end: 2500, validator_client: true }
|
||||
- { start: 2500, end: 5000, validator_client: false }
|
||||
- { start: 5000, end: 7500, validator_client: true }
|
||||
- { start: 7500, end: 10000, validator_client: false }
|
||||
- { start: 0, end: 500, validator_client: true } # 500
|
||||
- { start: 500, end: 1500, validator_client: true } # 1000
|
||||
- { start: 1500, end: 3500, validator_client: false } # 2000
|
||||
- { start: 3500, end: 10000, validator_client: false } # 6500
|
||||
|
Loading…
x
Reference in New Issue
Block a user