infra-nimbus/ansible/host_vars/master-small-01.aws-eu-central-1a.nimbus.pyrmont.yml
Jakub Sokołowski 7901c37c58
switch toledo to using devel-small branch
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-20 22:59:12 +01:00

20 lines
723 B
YAML

---
# Docker image builds
beacon_node_builds_docker_hub_user: '{{lookup("passwordstore", "cloud/DockerHub/user")}}'
beacon_node_builds_docker_hub_token: '{{lookup("passwordstore", "cloud/DockerHub/token")}}'
# The -small suffix is because of native compilation
beacon_node_builds_branches:
- name: 'devel-small'
branch: 'devel'
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 10:00:00'
- name: 'master-small'
branch: 'master'
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 02:00:00'
- name: 'libp2p-small'
branch: 'nim-libp2p-auto-bump'
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 18:00:00'