From 1fd84177e1d9eeff82444d7a8a988654cd16772a Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Fri, 19 Jun 2026 20:56:24 +1000 Subject: [PATCH] ci only checks logos.dev and logos.test fleets --- build.nims | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.nims b/build.nims index c9a52c92..7e0d566a 100644 --- a/build.nims +++ b/build.nims @@ -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