molecule-core/.github
Molecule AI Core-DevOps 55db4e85db
Some checks failed
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 3s
E2E Staging SaaS (full lifecycle) / E2E Staging SaaS (pull_request) Has been skipped
CI / Detect changes (pull_request) Successful in 10s
Harness Replays / detect-changes (pull_request) Successful in 12s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 15s
E2E API Smoke Test / detect-changes (pull_request) Successful in 22s
sop-checklist / na-declarations (pull_request) awaiting /sop-n/a declaration for: qa-review, security-review
qa-review / approved (pull_request) Failing after 16s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 28s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 27s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 27s
security-review / approved (pull_request) Failing after 17s
gate-check-v3 / gate-check (pull_request) Successful in 27s
CI / Canvas (Next.js) (pull_request) Successful in 8s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 7s
sop-checklist / all-items-acked (pull_request) Successful in 14s
sop-tier-check / tier-check (pull_request) Successful in 13s
CI / Canvas Deploy Reminder (pull_request) Has been skipped
CI / Python Lint & Test (pull_request) Successful in 3s
Harness Replays / Harness Replays (pull_request) Successful in 3s
E2E Staging SaaS (full lifecycle) / pr-validate (pull_request) Successful in 36s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 5s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 4s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Failing after 41s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 1m14s
Ops Scripts Tests / Ops scripts (unittest) (pull_request) Successful in 1m18s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 1m1s
CI / Platform (Go) (pull_request) Failing after 1m13s
CI / all-required (pull_request) Successful in 1s
E2E Staging External Runtime / E2E Staging External Runtime (pull_request) Successful in 5m21s
audit-force-merge / audit (pull_request) Has been skipped
fix(ci): kill stale platform-server before binding port 8080
E2E API smoke test fails intermittently with:
  Server failed: listen tcp :8080: bind: address already in use

Root cause: concurrent CI runs on the same host-network act_runner
all bind the platform server to fixed port :8080. When a previous
run is cancelled before the "Stop platform" step runs, its process
lingers on :8080 and the new run fails to bind.

Fix: add a pre-start step that probes :8080 and kills any stale
platform-server via /proc scan. This is safe (no false positives
— only kills if the port is actually in use) and requires no extra
tools beyond curl+grep+kill which are universally available on
Ubuntu/Debian runners.

Refs: internal#374
Fixes: internal#374

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 17:22:21 +00:00
..
scripts ci: port 9 gates/lints/audits to .gitea/workflows/ (RFC internal#219 §1, Category C-1) 2026-05-10 21:18:11 -07:00
workflows fix(ci): kill stale platform-server before binding port 8080 2026-05-14 17:22:21 +00:00
CODEOWNERS
dependabot.yml