beacon-node-builds: add nim-libp2p-auto-bump builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ca46d0fc54
commit
e8317de1a4
|
@ -6,8 +6,9 @@ node_branch: |-
|
||||||
{{ (hostname is search("unstable")) | ternary("unstable", (
|
{{ (hostname is search("unstable")) | ternary("unstable", (
|
||||||
(hostname is search("testing")) | ternary("testing", (
|
(hostname is search("testing")) | ternary("testing", (
|
||||||
(hostname is search("stable")) | ternary("stable", (
|
(hostname is search("stable")) | ternary("stable", (
|
||||||
(hostname is search("libp2p")) | ternary("libp2p", "UNKNOWN")
|
(hostname is search("u-libp2p-u")) | ternary("unstable-libp2p-unstable", (
|
||||||
)))))) }}
|
(hostname is search("u-libp2p-s")) | ternary("unstable-libp2p-stable", "UNKNOWN")
|
||||||
|
)))))))) }}
|
||||||
|
|
||||||
# TEMPORARY switch for Prater Altair transition
|
# TEMPORARY switch for Prater Altair transition
|
||||||
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:unstable-{{ node_size }}'
|
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:unstable-{{ node_size }}'
|
||||||
|
|
|
@ -12,6 +12,10 @@ beacon_node_builds_branches:
|
||||||
version: 'nim-libp2p-auto-bump-unstable'
|
version: 'nim-libp2p-auto-bump-unstable'
|
||||||
frequency: '*-*-* 18:00:00'
|
frequency: '*-*-* 18:00:00'
|
||||||
|
|
||||||
|
- name: 'unstable-libp2p-stable-large'
|
||||||
|
version: 'nim-libp2p-auto-bump'
|
||||||
|
frequency: '*-*-* 14:00:00'
|
||||||
|
|
||||||
- name: 'unstable-large'
|
- name: 'unstable-large'
|
||||||
version: 'unstable'
|
version: 'unstable'
|
||||||
frequency: '*-*-* 10:00:00'
|
frequency: '*-*-* 10:00:00'
|
||||||
|
|
Loading…
Reference in New Issue