nimbus.prater: add chronos node on linux-06 host
For Eugene for tracking regressions in chronos library. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8d5d8a3935
commit
600c6b02df
|
@ -64,7 +64,8 @@ beacon_node_era_dir_path: '{{ nimbus_era_files_timer_path }}'
|
|||
beacon_node_repo_branch: '{{ node_name_to_branch_map.get(node.branch, node.branch) }}'
|
||||
# We map short names to branches to avoid too long service names.
|
||||
node_name_to_branch_map:
|
||||
libp2p: 'nim-libp2p-auto-bump-unstable'
|
||||
libp2p: 'nim-libp2p-auto-bump-unstable'
|
||||
chronos: 'nim-chronos-auto-bump-unstable'
|
||||
# Ports
|
||||
beacon_node_discovery_port: '{{ 9000 + idx }}'
|
||||
beacon_node_listening_port: '{{ 9000 + idx }}'
|
||||
|
@ -232,7 +233,8 @@ nodes_layout:
|
|||
- { branch: 'libp2p', start: 20344, end: 20404, build_freq: '*-*-* 17:00:00', extra_flags: ['--debug-use-old-attestation-stability-subnets=false'] }
|
||||
|
||||
'linux-06.ih-eu-mda1.nimbus.prater':
|
||||
- { branch: 'stable', start: 20404, end: 31303, build_freq: '*-*-* 11:00:00' } # 10899 validators
|
||||
- { branch: 'testing', start: 31303, end: 39202, build_freq: '*-*-* 15:00:00', validator_client: true, payload_builder: true, open_libp2p_ports: false } # 7899 validators
|
||||
- { branch: 'unstable', start: 39202, end: 45101, build_freq: '*-*-* 13:00:00', payload_builder: true, erigon: true } # 5899 validators
|
||||
- { branch: 'libp2p', start: 45101, end: 49617, build_freq: '*-*-* 17:00:00', validator_client: true } # 4516 validators
|
||||
- { branch: 'stable', start: 20404, end: 29617, build_freq: '*-*-* 11:00:00' } # 9213 validators
|
||||
- { branch: 'testing', start: 29617, end: 37617, build_freq: '*-*-* 15:00:00', validator_client: true, payload_builder: true, open_libp2p_ports: false } # 8000 validators
|
||||
- { branch: 'unstable', start: 37617, end: 43617, build_freq: '*-*-* 13:00:00', payload_builder: true, erigon: true } # 6000 validators
|
||||
- { branch: 'libp2p', start: 43617, end: 48617, build_freq: '*-*-* 17:00:00', validator_client: true } # 5000 validators
|
||||
- { branch: 'chronos', start: 48617, end: 49617, build_freq: '*-*-* 17:00:00', validator_client: true } # 1000 validators
|
||||
|
|
Loading…
Reference in New Issue