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 5bb0226..1994050 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 @@ -8,14 +8,6 @@ beacon_node_builds_docker_hub_token: '{{lookup("passwordstore", "cloud/DockerHub # The -large suffix is because of native compilation. beacon_node_builds_branches: - - name: 'unstable-libp2p-unstable-large' - 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' @@ -32,3 +24,11 @@ beacon_node_builds_branches: 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 ba99698..e561ccf 100644 --- a/ansible/prater.yml +++ b/ansible/prater.yml @@ -83,16 +83,6 @@ loop_var: node index_var: port_offset -- name: Deploy beacon node build nodes - become: true - hosts: - - testing-large-01.aws-eu-central-1a.nimbus.prater - roles: - - role: swap-file - tags: swap-file - - role: beacon-node-builds - tags: beacon-node-builds - - name: Deploy prater macOS beacon nodes become: true remote_user: administrator @@ -117,3 +107,13 @@ loop_control: loop_var: node index_var: port_offset + +- name: Deploy beacon node build nodes + become: true + hosts: + - testing-large-01.aws-eu-central-1a.nimbus.prater + roles: + - role: swap-file + tags: swap-file + - role: beacon-node-builds + tags: beacon-node-builds diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 99b71bc..f7148f9 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -41,7 +41,7 @@ - name: infra-role-beacon-node-docker src: git@github.com:status-im/infra-role-beacon-node-docker.git - version: cb69ed19f0e1d1e23c7cf66f389854082c157778 + version: 9abf4e8c62d52b106aa6062ae84c01d035db7a42 scm: git - name: infra-role-beacon-node-linux @@ -51,12 +51,12 @@ - name: infra-role-beacon-node-windows src: git@github.com:status-im/infra-role-beacon-node-windows.git - version: 02074ceeda0694ad9c36d1eca034b3a3cf9a9f19 + version: 6a60f7e41263ba147e403833d752bae047b8ad38 scm: git - name: infra-role-beacon-node-macos src: git@github.com:status-im/infra-role-beacon-node-macos.git - version: bf9a8130d9173bad7dd9026261434d2f182cea0e + version: 4852faf929f3f6f27d611a43bf4e75a49aabf28c scm: git - name: infra-role-dist-validators