fix: Change aitbc2 hostname to localhost for CI runner health checks
Some checks failed
Blockchain Synchronization Verification / sync-verification (push) Failing after 3s
Deploy to Testnet / deploy-testnet (push) Failing after 1m10s
Multi-Node Blockchain Health Monitoring / health-check (push) Failing after 5s
P2P Network Verification / p2p-verification (push) Successful in 2s
Deploy to Testnet / notify-deployment (push) Successful in 2s

- Change aitbc2 hostname from gitea-runner to localhost
- CI runner runs on same machine as blockchain node (aitbc2)
- Hostname gitea-runner doesn't resolve from CI runner
- localhost resolves correctly and RPC endpoints are accessible
This commit is contained in:
aitbc
2026-04-29 16:30:08 +02:00
parent fbcf8e1854
commit 6f65232e57

View File

@@ -16,7 +16,7 @@ LOG_FILE="${LOG_DIR}/multi-node-health.log"
NODES=(
"aitbc:10.1.223.93"
"aitbc1:10.1.223.40"
"aitbc2:gitea-runner"
"aitbc2:localhost"
)
RPC_PORT=8006