beacon-node-builds: add nim-libp2p-auto-bump builds

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-09-08 18:31:50 +02:00
parent ca46d0fc54
commit e8317de1a4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 7 additions and 2 deletions

View File

@ -6,8 +6,9 @@ node_branch: |-
{{ (hostname is search("unstable")) | ternary("unstable", (
(hostname is search("testing")) | ternary("testing", (
(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
beacon_node_cont_image: 'statusteam/nimbus_beacon_node:unstable-{{ node_size }}'

View File

@ -12,6 +12,10 @@ beacon_node_builds_branches:
version: 'nim-libp2p-auto-bump-unstable'
frequency: '*-*-* 18:00:00'
- name: 'unstable-libp2p-stable-large'
version: 'nim-libp2p-auto-bump'
frequency: '*-*-* 14:00:00'
- name: 'unstable-large'
version: 'unstable'
frequency: '*-*-* 10:00:00'