Skip to content

Commit

Permalink
make the check proposal also validate the txs for every client
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-o committed Feb 27, 2025
1 parent cfaf6e3 commit 1d8a98a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/config/assertoor/el-stability-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,20 @@ tasks:
title: "Check if EL clients are synced"

- name: run_task_matrix
title: "Check block proposals from all client pairs"
timeout: 4m
title: "Check block proposals from all client pairs with tx spammer working and >= 240 transactions"
timeout: 8m
configVars:
matrixValues: "validatorPairNames"
config:
runConcurrent: true
matrixVar: "validatorPairName"
task:
minTransactionCount: 240
name: check_consensus_block_proposals
title: "Wait for block proposal from ${validatorPairName}"
configVars:
validatorNamePattern: "validatorPairName"

- name: check_consensus_block_proposals
title: "Check the tx spammer is working as expected for block proposal with >= 240 transactions"
timeout: 6m
config:
minTransactionCount: 240
validatorNamePattern: "[\\d]-ethrex-lighthouse"

- name: run_tasks_concurrent
title: "Check chain stability (reorgs and forks)"
timeout: 7m
Expand Down

0 comments on commit 1d8a98a

Please sign in to comment.