switch toledo to using devel-small branch

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-20 22:59:12 +01:00
parent cef9441279
commit 7901c37c58
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
5 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,6 @@
---
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'
# Distribution of validators and their keys

View File

@ -17,7 +17,3 @@ beacon_node_builds_branches:
branch: 'nim-libp2p-auto-bump'
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 18:00:00'
- name: 'toledo-small'
branch: 'devel'
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 20:00:00'

View File

@ -56,7 +56,7 @@ master-small-02.aws-eu-central-1a.nimbus.pyrmont
master-small-03.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-02.aws-eu-central-1a.nimbus.test

View File

@ -8,7 +8,7 @@
msg: 'Your Ansible version is lower than 2.8. Upgrade it.'
- name: Configure network toledo using develop
hosts: nimbus-slaves-toledo
hosts: nimbus-toledo-devel
roles:
- { role: distribute-validators, tags: [ distribute-validators ] }
- { role: infra-role-beacon-node, tags: [ infra-role-beacon-node, beacon-node ] }

View File

@ -3,7 +3,7 @@ module "nimbus_nodes_toledo" {
name = "toledo"
env = "nimbus"
group = "nimbus-slaves-toledo"
group = "nimbus-toledo-devel"
domain = var.domain
/* Scaling */