2020-11-07 10:49:53 +00:00
|
|
|
---
|
|
|
|
beacon_node_builds_user: 'nimbus'
|
|
|
|
beacon_node_builds_path: '/opt/beacon-node-builds'
|
|
|
|
beacon_node_builds_image_name: 'statusteam/nimbus_beacon_node'
|
|
|
|
|
|
|
|
# Required for pushing the images
|
|
|
|
beacon_node_builds_docker_hub_user: ~
|
|
|
|
beacon_node_builds_docker_hub_token: ~
|
|
|
|
|
|
|
|
# Timers
|
2020-11-17 13:05:22 +00:00
|
|
|
beacon_node_build_timer_timeout: 3600
|
2020-11-07 10:49:53 +00:00
|
|
|
|
|
|
|
beacon_node_builds_branches:
|
|
|
|
- name: 'devel'
|
|
|
|
branch: 'devel'
|
2020-11-20 13:54:36 +00:00
|
|
|
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
2020-11-07 10:49:53 +00:00
|
|
|
frequency: '*-*-* 10:00:00'
|
2020-11-08 23:53:16 +00:00
|
|
|
- name: 'master'
|
|
|
|
branch: 'master'
|
2020-11-20 13:54:36 +00:00
|
|
|
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
2020-11-08 23:53:16 +00:00
|
|
|
frequency: '*-*-* 02:00:00'
|
2020-11-07 10:49:53 +00:00
|
|
|
- name: 'libp2p'
|
|
|
|
branch: 'nim-libp2p-auto-bump'
|
2020-11-20 13:54:36 +00:00
|
|
|
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
2020-11-10 11:56:52 +00:00
|
|
|
frequency: '*-*-* 18:00:00'
|
|
|
|
- name: 'toledo'
|
|
|
|
branch: 'devel'
|
2020-11-10 14:39:24 +00:00
|
|
|
targets: ['nimbus_beacon_node', 'nimbus_signing_process']
|
2020-11-10 12:24:56 +00:00
|
|
|
frequency: '*-*-* 20:00:00'
|