Files
QuantEngineByItz/.gitea/workflows
kjh2064 00bdb5d6d1
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 11s
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Successful in 11s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 21s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / Security & Secrets (push) Successful in 11s
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 11s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped
Workflow Lint & Validation / Validate Secrets Contract (push) Successful in 7s
Workflow Lint & Validation / Lint All Workflow Files (push) Failing after 11s
Workflow Lint & Validation / Notify Lint Results (push) Failing after 1s
fix(ci): stabilize database connection and Python environment
Add PostgreSQL connection retry logic (30 attempts, 2s intervals) to
prevent flaky test failures when PostgreSQL service takes time to start.

Add Python environment variables:
- PYTHONUNBUFFERED: immediate log output (no buffering)
- PYTHONDONTWRITEBYTECODE: skip .pyc generation
- --no-cache-dir: prevent pip cache issues

Fixes intermittent 'connection refused' errors in CI runs.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-24 17:09:03 +09:00
..