Jakub Sokołowski 7888b4379e
beacon-node-builds: automate building multiple branches
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-11-08 22:40:28 +01:00

26 lines
648 B
YAML

---
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
beacon_node_build_timer_timeout: 1200
beacon_node_builds_branches:
- name: 'master'
branch: 'master'
frequency: '*-*-* 02:00:00'
batches: [ 'a', 'b' ]
- name: 'devel'
branch: 'devel'
frequency: '*-*-* 10:00:00'
batches: [ 'a', 'b' ]
- name: 'libp2p'
branch: 'nim-libp2p-auto-bump'
frequency: '*-*-* 18:00:00'
batches: [ 'a', 'b' ]