From 0c60f0ad091f591ca36c13d5ba22f5ddf6f94487 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 29 Sep 2021 11:26:47 +0200 Subject: [PATCH] beacon-node-builds: move some builds to testing-large-02 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should spread out disk space usage a bit more. Signed-off-by: Jakub SokoĊ‚owski --- ...rge-01.aws-eu-central-1a.nimbus.prater.yml | 13 ----------- ...rge-02.aws-eu-central-1a.nimbus.prater.yml | 22 +++++++++++++++++++ ansible/prater.yml | 1 + 3 files changed, 23 insertions(+), 13 deletions(-) create mode 100644 ansible/host_vars/testing-large-02.aws-eu-central-1a.nimbus.prater.yml diff --git a/ansible/host_vars/testing-large-01.aws-eu-central-1a.nimbus.prater.yml b/ansible/host_vars/testing-large-01.aws-eu-central-1a.nimbus.prater.yml index 1994050..e250cfe 100644 --- a/ansible/host_vars/testing-large-01.aws-eu-central-1a.nimbus.prater.yml +++ b/ansible/host_vars/testing-large-01.aws-eu-central-1a.nimbus.prater.yml @@ -19,16 +19,3 @@ beacon_node_builds_branches: - name: 'stable-large' version: 'stable' frequency: '*-*-* 02:00:00' - - - name: 'deploy-eth2-prod' - version: 'v1.4.1' - enabled: false - update: true - - - name: 'unstable-libp2p-stable-large' - version: 'nim-libp2p-auto-bump' - frequency: '*-*-* 14:00:00' - - - name: 'unstable-libp2p-unstable-large' - version: 'nim-libp2p-auto-bump-unstable' - frequency: '*-*-* 18:00:00' diff --git a/ansible/host_vars/testing-large-02.aws-eu-central-1a.nimbus.prater.yml b/ansible/host_vars/testing-large-02.aws-eu-central-1a.nimbus.prater.yml new file mode 100644 index 0000000..3fbccb5 --- /dev/null +++ b/ansible/host_vars/testing-large-02.aws-eu-central-1a.nimbus.prater.yml @@ -0,0 +1,22 @@ +--- +# Builds use quite a bit of RAM +swap_file_size_mb: 4096 + +# Docker image builds +beacon_node_builds_docker_hub_user: '{{lookup("passwordstore", "cloud/DockerHub/user")}}' +beacon_node_builds_docker_hub_token: '{{lookup("passwordstore", "cloud/DockerHub/token")}}' + +# The -large suffix is because of native compilation. +beacon_node_builds_branches: + - name: 'deploy-eth2-prod' + version: 'v1.4.1' + enabled: false + update: true + + - name: 'unstable-libp2p-stable-large' + version: 'nim-libp2p-auto-bump' + frequency: '*-*-* 14:00:00' + + - name: 'unstable-libp2p-unstable-large' + version: 'nim-libp2p-auto-bump-unstable' + frequency: '*-*-* 18:00:00' diff --git a/ansible/prater.yml b/ansible/prater.yml index e561ccf..28161fa 100644 --- a/ansible/prater.yml +++ b/ansible/prater.yml @@ -112,6 +112,7 @@ become: true hosts: - testing-large-01.aws-eu-central-1a.nimbus.prater + - testing-large-02.aws-eu-central-1a.nimbus.prater roles: - role: swap-file tags: swap-file