more neat
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user