fix: remove blockchain-event-bridge health check

Remove blockchain-event-bridge service health check from comprehensive scenario script since the service is not configured.
This commit is contained in:
aitbc
2026-04-23 13:11:57 +02:00
parent fc26eef3fb
commit b8b1454573

View File

@@ -140,7 +140,7 @@ phase1_preflight_checks() {
log_info "Checking AITBC services on localhost" log_info "Checking AITBC services on localhost"
health_check "localhost" "blockchain-node" "8006" || log_warning "Blockchain node on localhost may not be healthy" health_check "localhost" "blockchain-node" "8006" || log_warning "Blockchain node on localhost may not be healthy"
health_check "localhost" "coordinator-api" "8011" || log_warning "Coordinator API on localhost may not be healthy" health_check "localhost" "coordinator-api" "8011" || log_warning "Coordinator API on localhost may not be healthy"
health_check "localhost" "blockchain-event-bridge" "8204" || log_warning "Blockchain event bridge on localhost may not be healthy" # blockchain-event-bridge service not configured - skipping health check
# Check AITBC services on gitea-runner # Check AITBC services on gitea-runner
log_info "Checking AITBC services on gitea-runner" log_info "Checking AITBC services on gitea-runner"