mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 01:48:07 +00:00
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:
parent
32f6f9e408
commit
8c68e3b56c
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user