maidsafe-archive / safe-build-infrastructure

Houses internal build infrastructure
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Run alpha 2 health checks through Jenkins #90

Open S-Coyle opened 5 years ago

S-Coyle commented 5 years ago

Currently we run 2 scripts:

  1. https://github.com/maidsafe/release_config/blob/master/droplets/scripts/check_node_section.sh This script checks which section each of the 25 proxy nodes are in. If there are more than 3 proxy nodes in 1 single section then the script prints a warning. Further information - https://maidsafe.atlassian.net/wiki/spaces/KNOW/pages/15368286/How+to+check+a+Proxy+Node+s+section

  2. https://github.com/maidsafe/release_config/blob/master/droplets/scripts/count_dead_nodes.sh This script checks the logs of all 200 Alpha 2 nodes to see whether they are online. If any are offline it prints a warning. Further information - https://maidsafe.atlassian.net/wiki/spaces/KNOW/pages/184844304/How+to+check+for+dead+vaults