more neat

This commit is contained in:
Sebastian
2025-03-21 06:40:19 +01:00
parent 8b9e26a8c6
commit 8afc132b68

View File

@@ -5,9 +5,14 @@ source $BASEPATH/.env
IFS=':' read -ra parts <<< $COMPOSE_FILE
blacklist=("drpc.yml" "drpc-free.yml" "base.yml" "rpc.yml" "monitoring.yml" "ftp.yml" "backup-http.yml")
blacklist=(
"drpc.yml" "drpc-free.yml" "drpc-home.yml" # dshackles
"arbitrum-one-mainnet-arbnode-archive-trace.yml" # always behind and no reference rpc
"ethereum-beacon-mainnet-lighthouse-pruned-blobs" # can't handle beacon rest api yet
"rpc.yml" "monitoring.yml" "ftp.yml" "backup-http.yml" # no rpcs
)
# Flag to track if any invocation failed
# Flag to track if any invocation failed for the alert scripts
any_failure=false