Skip to content

Commit c0d33a1

Browse files
committed
add blocl-proposal-with-blobs-check.yaml
1 parent 6b8ac4a commit c0d33a1

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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}"

0 commit comments

Comments
 (0)