Skip to content

Commit

Permalink
Adjust required count for logs in sync testnet (#5816)
Browse files Browse the repository at this point in the history
* Adjust required count for logs in sync testnet

* Update phrases
  • Loading branch information
kamilchodola authored Jun 14, 2023
1 parent ef1c34e commit 44a1152
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/sync-testnets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
bad_logs["Corrupted"]=1

declare -A good_logs
good_logs["Synced chain Head to"]=0
good_logs["Received ForkChoice:"]=0
good_logs["Synced chain Head"]=0
good_logs["Processed"]=0

declare -A required_count
required_count["Valid. Result of a new payload:"]=20
required_count["FCU - block"]=20
required_count["Synced chain Head"]=20
required_count["Processed"]=20

echo "Starting Docker logs monitoring..."
docker logs -f sedge-execution-client | while read -r line; do
Expand Down Expand Up @@ -167,12 +167,12 @@ jobs:
bad_logs["Corrupted"]=1

declare -A good_logs
good_logs["Synced chain Head to"]=0
good_logs["Received ForkChoice:"]=0
good_logs["Synced chain Head"]=0
good_logs["Processed"]=0

declare -A required_count
required_count["Valid. Result of a new payload:"]=20
required_count["FCU - block"]=20
required_count["Synced chain Head"]=20
required_count["Processed"]=20

echo "Starting Docker logs monitoring..."
docker logs -f sedge-execution-client | while read -r line; do
Expand Down

0 comments on commit 44a1152

Please sign in to comment.