switch toledo to using devel-small branch
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
cef9441279
commit
7901c37c58
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
beacon_node_network: 'toledo'
|
beacon_node_network: 'toledo'
|
||||||
beacon_node_cont_tag: 'toledo'
|
beacon_node_cont_tag: 'devel-{{ (hostname is search("large")) | ternary("large", "small") }}'
|
||||||
beacon_node_cont_entrypoint: '/usr/local/bin/nimbus_beacon_node'
|
beacon_node_cont_entrypoint: '/usr/local/bin/nimbus_beacon_node'
|
||||||
|
|
||||||
# Distribution of validators and their keys
|
# Distribution of validators and their keys
|
|
@ -17,7 +17,3 @@ beacon_node_builds_branches:
|
||||||
branch: 'nim-libp2p-auto-bump'
|
branch: 'nim-libp2p-auto-bump'
|
||||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
||||||
frequency: '*-*-* 18:00:00'
|
frequency: '*-*-* 18:00:00'
|
||||||
- name: 'toledo-small'
|
|
||||||
branch: 'devel'
|
|
||||||
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
|
||||||
frequency: '*-*-* 20:00:00'
|
|
||||||
|
|
|
@ -56,7 +56,7 @@ master-small-02.aws-eu-central-1a.nimbus.pyrmont
|
||||||
master-small-03.aws-eu-central-1a.nimbus.pyrmont
|
master-small-03.aws-eu-central-1a.nimbus.pyrmont
|
||||||
master-small-04.aws-eu-central-1a.nimbus.pyrmont
|
master-small-04.aws-eu-central-1a.nimbus.pyrmont
|
||||||
|
|
||||||
[nimbus-slaves-toledo]
|
[nimbus-toledo-devel]
|
||||||
toledo-01.aws-eu-central-1a.nimbus.test
|
toledo-01.aws-eu-central-1a.nimbus.test
|
||||||
toledo-02.aws-eu-central-1a.nimbus.test
|
toledo-02.aws-eu-central-1a.nimbus.test
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
msg: 'Your Ansible version is lower than 2.8. Upgrade it.'
|
msg: 'Your Ansible version is lower than 2.8. Upgrade it.'
|
||||||
|
|
||||||
- name: Configure network toledo using develop
|
- name: Configure network toledo using develop
|
||||||
hosts: nimbus-slaves-toledo
|
hosts: nimbus-toledo-devel
|
||||||
roles:
|
roles:
|
||||||
- { role: distribute-validators, tags: [ distribute-validators ] }
|
- { role: distribute-validators, tags: [ distribute-validators ] }
|
||||||
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
|
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }
|
||||||
|
|
Loading…
Reference in New Issue