nimbus.prater: move validators to new MacOS host
https://github.com/status-im/infra-nimbus/issues/60 https://github.com/status-im/infra-role-dist-validators/commit/f5e6c306 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
5f04e4b15a
commit
961756674c
|
@ -33,19 +33,19 @@ nodes_layout:
|
|||
'stable-large-01.aws-eu-central-1a.nimbus.prater':
|
||||
- { branch: 'stable', start: 0, end: 2500 }
|
||||
'stable-large-02.aws-eu-central-1a.nimbus.prater':
|
||||
- { branch: 'stable', start: 2500, end: 5000 }
|
||||
- { branch: 'stable' }
|
||||
|
||||
# 2500 validators per node
|
||||
'testing-large-01.aws-eu-central-1a.nimbus.prater':
|
||||
- { branch: 'testing', start: 12500, end: 15000 }
|
||||
'testing-large-02.aws-eu-central-1a.nimbus.prater':
|
||||
- { branch: 'testing', start: 15000, end: 17500 }
|
||||
- { branch: 'testing' }
|
||||
|
||||
# 2500 validators per node
|
||||
'unstable-large-01.aws-eu-central-1a.nimbus.prater':
|
||||
- { branch: 'unstable', start: 25000, end: 27500 }
|
||||
'unstable-large-02.aws-eu-central-1a.nimbus.prater':
|
||||
- { branch: 'unstable', start: 27500, end: 30000 }
|
||||
- { branch: 'unstable' }
|
||||
|
||||
# 2500 validators per first node
|
||||
'metal-01.he-eu-hel1.nimbus.prater':
|
||||
|
@ -67,14 +67,14 @@ nodes_layout:
|
|||
|
||||
# 2500 validators per node
|
||||
'windows-01.gc-us-central1-a.nimbus.prater':
|
||||
- { branch: 'stable', start: 7500, end: 10000, build_start: '13:00:00' }
|
||||
- { branch: 'stable', start: 7500, end: 10000, build_start: '13:00:00' }
|
||||
- { branch: 'testing', start: 32500, end: 35000, build_start: '15:00:00' }
|
||||
- { branch: 'unstable', start: 20000, end: 22500, build_start: '16:00:00' }
|
||||
|
||||
'macos-01.ms-eu-dublin.nimbus.prater':
|
||||
- { branch: 'stable', build_start: '13:00:00' }
|
||||
- { branch: 'testing', build_start: '15:00:00' }
|
||||
- { branch: 'unstable', build_start: '16:00:00' }
|
||||
- { branch: 'stable', start: 2500, end: 5000, build_start: '13:00:00' }
|
||||
- { branch: 'testing', start: 15000, end: 17500, build_start: '15:00:00' }
|
||||
- { branch: 'unstable', start: 27500, end: 30000, build_start: '16:00:00' }
|
||||
|
||||
# 1250 validators per node
|
||||
'u-libp2p-s-large-01.aws-eu-central-1a.nimbus.prater':
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
|
||||
- name: infra-role-beacon-node-macos
|
||||
src: git@github.com:status-im/infra-role-beacon-node-macos.git
|
||||
version: d4d08f06e6d1ddf6385654fa20c11edcc49eba53
|
||||
version: 1c8d24c934930b67331db0b23531d306025fd31f
|
||||
scm: git
|
||||
|
||||
- name: infra-role-nimbus-eth1
|
||||
|
@ -66,7 +66,7 @@
|
|||
|
||||
- name: infra-role-dist-validators
|
||||
src: git@github.com:status-im/infra-role-dist-validators.git
|
||||
version: 1ec52b38e36cd1af939317ea51bbd74984986725
|
||||
version: f5e6c3063ecbb475af0dba7a62e5e587af52b631
|
||||
scm: git
|
||||
|
||||
- name: infra-role-rocketpool-smart-node
|
||||
|
|
Loading…
Reference in New Issue