From a658d312a8f5d6806e04fb7e3c7e6ec917414622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 6 Sep 2023 10:10:20 +0200 Subject: [PATCH] nimbus.prater: add stable node to macm1-01 host MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-nimbus/issues/132 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.prater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/group_vars/nimbus.prater.yml b/ansible/group_vars/nimbus.prater.yml index 7e4bce5..32d2022 100644 --- a/ansible/group_vars/nimbus.prater.yml +++ b/ansible/group_vars/nimbus.prater.yml @@ -192,6 +192,7 @@ nodes_layout: - { branch: 'unstable', start: 4000, end: 6000, history: 'archive', payload_builder: true } 'macm1-01.ih-eu-mda1.nimbus.prater': # 3000 each + - { branch: 'stable', start: 6000, end: 9000, build_start: '13:00:00' } - { branch: 'testing', start: 9000, end: 12000, build_start: '15:00:00' } - { branch: 'unstable', start: 12000, end: 14000, build_start: '17:00:00' }