Skip to content

Commit

Permalink
Ordered correctly the tasks, fixed comment and add timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Oct 24, 2024
1 parent b3f7c9a commit 911ccaa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
34 changes: 16 additions & 18 deletions test_data/el-stability-check.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# This file is based upon `assertoor-tests` stability check file:
# https://github.com/ethpandaops/assertoor-test/blob/master/assertoor-tests/stability-check.yaml
# This file is mix and match based upon the basic `assertoor-tests` playbooks:
# - https://github.com/ethpandaops/assertoor-test/blob/master/assertoor-tests/stability-check.yaml
# - https://github.com/ethpandaops/assertoor-test/blob/master/assertoor-tests/block-proposal-check.yaml
#
# We removed the consensus checks to keep it minimal. The checks removed were:
# - check_consensus_finality
# - check_consensus_attestation_stats
# - check_consensus_reorgs
# - check_consensus_forks
# For reference on each individual check see: https://github.com/ethpandaops/assertoor/wiki#supported-tasks-in-assertoor

id: el-stability-check
name: "Check Execution Stability"
Expand All @@ -25,18 +22,9 @@ tasks:
- name: check_execution_sync_status
title: "Check if EL clients are synced"

- name: run_tasks_concurrent
title: "Check for reorgs and forks"
timeout: 20m
config:
tasks:
- name: check_consensus_reorgs
title: "Check consensus reorgs"
- name: check_consensus_forks
title: "Check consensus forks"

- name: run_task_matrix
title: "Check block proposals from all client pairs"
timeout: 1m
configVars:
matrixValues: "validatorPairNames"
config:
Expand All @@ -46,4 +34,14 @@ tasks:
name: check_consensus_block_proposals
title: "Wait for block proposal from ${validatorPairName}"
configVars:
validatorNamePattern: "validatorPairName"
validatorNamePattern: "validatorPairName"

- name: run_tasks_concurrent
title: "Check chain stability (reorgs and forks)"
timeout: 7m
config:
tasks:
- name: check_consensus_reorgs
title: "Check consensus reorgs"
- name: check_consensus_forks
title: "Check consensus forks"
4 changes: 3 additions & 1 deletion test_data/network_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ participants:
- el_type: geth
cl_type: prysm
validator_count: 32
- el_type: geth
cl_type: teku
validator_count: 32
- el_type: ethereumrust
cl_type: lighthouse
count: 1
validator_count: 32

additional_services:
Expand Down

0 comments on commit 911ccaa

Please sign in to comment.