update requirements, change order of prater tasks

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-09-24 21:35:05 +02:00
parent 454abf5764
commit 879a15b91f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
3 changed files with 21 additions and 21 deletions

View File

@ -8,14 +8,6 @@ beacon_node_builds_docker_hub_token: '{{lookup("passwordstore", "cloud/DockerHub
# The -large suffix is because of native compilation. # The -large suffix is because of native compilation.
beacon_node_builds_branches: 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' - name: 'unstable-large'
version: 'unstable' version: 'unstable'
frequency: '*-*-* 10:00:00' frequency: '*-*-* 10:00:00'
@ -32,3 +24,11 @@ beacon_node_builds_branches:
version: 'v1.4.1' version: 'v1.4.1'
enabled: false enabled: false
update: true 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'

View File

@ -83,16 +83,6 @@
loop_var: node loop_var: node
index_var: port_offset 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 - name: Deploy prater macOS beacon nodes
become: true become: true
remote_user: administrator remote_user: administrator
@ -117,3 +107,13 @@
loop_control: loop_control:
loop_var: node loop_var: node
index_var: port_offset 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

View File

@ -41,7 +41,7 @@
- name: infra-role-beacon-node-docker - name: infra-role-beacon-node-docker
src: git@github.com:status-im/infra-role-beacon-node-docker.git src: git@github.com:status-im/infra-role-beacon-node-docker.git
version: cb69ed19f0e1d1e23c7cf66f389854082c157778 version: 9abf4e8c62d52b106aa6062ae84c01d035db7a42
scm: git scm: git
- name: infra-role-beacon-node-linux - name: infra-role-beacon-node-linux
@ -51,12 +51,12 @@
- name: infra-role-beacon-node-windows - name: infra-role-beacon-node-windows
src: git@github.com:status-im/infra-role-beacon-node-windows.git src: git@github.com:status-im/infra-role-beacon-node-windows.git
version: 02074ceeda0694ad9c36d1eca034b3a3cf9a9f19 version: 6a60f7e41263ba147e403833d752bae047b8ad38
scm: git scm: git
- name: infra-role-beacon-node-macos - name: infra-role-beacon-node-macos
src: git@github.com:status-im/infra-role-beacon-node-macos.git src: git@github.com:status-im/infra-role-beacon-node-macos.git
version: bf9a8130d9173bad7dd9026261434d2f182cea0e version: 4852faf929f3f6f27d611a43bf4e75a49aabf28c
scm: git scm: git
- name: infra-role-dist-validators - name: infra-role-dist-validators