-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Push consensus file to take it form the repo
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
id: stability-check | ||
name: "Check chain stability" | ||
timeout: 2h | ||
tasks: | ||
- name: check_clients_are_healthy | ||
title: "Check if all clients are ready" | ||
timeout: 5m | ||
config: | ||
minClientCount: 3 | ||
|
||
- name: run_tasks_concurrent | ||
title: "Check chain stability" | ||
timeout: 1h | ||
config: | ||
tasks: | ||
- name: check_consensus_finality | ||
title: "Check consensus chain finality" | ||
config: | ||
minFinalizedEpochs: 2 | ||
maxUnfinalizedEpochs: 3 | ||
- name: check_consensus_attestation_stats | ||
title: "Check consensus attestation stats" | ||
config: | ||
minTargetPercent: 98 | ||
minHeadPercent: 80 | ||
- name: check_consensus_reorgs | ||
title: "Check consensus reorgs" | ||
config: | ||
maxReorgsPerEpoch: 2 | ||
minCheckEpochCount: 1 | ||
- name: check_consensus_forks | ||
title: "Check consensus forks" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters