Skip to content

Commit a18768f

Browse files
committed
Push consensus file to take it form the repo
1 parent df8d22d commit a18768f

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

consensus-test.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
id: stability-check
2+
name: "Check chain stability"
3+
timeout: 2h
4+
tasks:
5+
- name: check_clients_are_healthy
6+
title: "Check if all clients are ready"
7+
timeout: 5m
8+
config:
9+
minClientCount: 3
10+
11+
- name: run_tasks_concurrent
12+
title: "Check chain stability"
13+
timeout: 1h
14+
config:
15+
tasks:
16+
- name: check_consensus_finality
17+
title: "Check consensus chain finality"
18+
config:
19+
minFinalizedEpochs: 2
20+
maxUnfinalizedEpochs: 3
21+
- name: check_consensus_attestation_stats
22+
title: "Check consensus attestation stats"
23+
config:
24+
minTargetPercent: 98
25+
minHeadPercent: 80
26+
- name: check_consensus_reorgs
27+
title: "Check consensus reorgs"
28+
config:
29+
maxReorgsPerEpoch: 2
30+
minCheckEpochCount: 1
31+
- name: check_consensus_forks
32+
title: "Check consensus forks"

network_params.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,7 @@ additional_services:
2222
- beacon_metrics_gazer
2323
- prometheus_grafana
2424
assertoor_params:
25-
run_stability_check: true
25+
run_stability_check: false
2626
run_block_proposal_check: false
27+
tests:
28+
- file: "./consensus-test.yaml"

0 commit comments

Comments
 (0)