build nimbus_beacon_node also for master,devel,libp2p

This is necessary for the new pyrmont network.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-11-17 13:36:21 +01:00
parent 32f6f9e408
commit 8c68e3b56c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020

View File

@ -13,15 +13,15 @@ beacon_node_build_timer_timeout: 1200
beacon_node_builds_branches:
- name: 'devel'
branch: 'devel'
targets: ['nimbus_beacon_node_spec_0_12_3', 'nimbus_signing_process']
targets: ['nimbus_beacon_node_spec_0_12_3', 'nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 10:00:00'
- name: 'master'
branch: 'master'
targets: ['nimbus_beacon_node_spec_0_12_3', 'nimbus_signing_process']
targets: ['nimbus_beacon_node_spec_0_12_3', 'nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 02:00:00'
- name: 'libp2p'
branch: 'nim-libp2p-auto-bump'
targets: ['nimbus_beacon_node_spec_0_12_3', 'nimbus_signing_process']
targets: ['nimbus_beacon_node_spec_0_12_3', 'nimbus_beacon_node', 'nimbus_signing_process']
frequency: '*-*-* 18:00:00'
- name: 'toledo'
branch: 'devel'