File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ id : block-proposal-with-blobs-check
2+ name : " Every client pair proposed a block with blobs"
3+ timeout : 20m
4+ disable : false
5+ config :
6+ validatorPairNames : []
7+ minBlobCount : 3
8+ tasks :
9+ - name : check_clients_are_healthy
10+ title : " Check if at least one client is ready"
11+ timeout : 5m
12+ config :
13+ minClientCount : 1
14+
15+ - name : run_task_matrix
16+ title : " Check block proposals from all client pairs with >= ${minBlobCount} blobs"
17+ configVars :
18+ matrixValues : " validatorPairNames"
19+ config :
20+ runConcurrent : true
21+ matrixVar : " validatorPairName"
22+ task :
23+ name : check_consensus_block_proposals
24+ title : " Wait for block proposal from ${validatorPairName}"
25+ configVars :
26+ validatorNamePattern : " validatorPairName"
27+ minBlobCount : " ${minBlobCount}"
You can’t perform that action at this time.
0 commit comments