ci only checks logos.dev and logos.test fleets

This commit is contained in:
E M 2026-06-19 20:56:24 +10:00
parent d3b36aca9b
commit 1fd84177e1
No known key found for this signature in database

View File

@ -94,7 +94,7 @@ task bootstrapHealthCheck, "ping preset bootstrap nodes; non-zero exit if any ar
for i in 2 ..< paramCount():
if "ci" in paramStr(i) and truthy paramStr(i).split('=')[1]:
# Writes the JSON summary to a file before exiting, so the scheduled workflow
args = "--format json --out build/bootstrap-health-report.json"
args = "--network logos.dev --network logos.test --format json --out build/bootstrap-health-report.json"
break
# can read it. check_spr exits non-zero when a node is unreachable, failing