molecule-core/.github
Molecule AI Core-DevOps 2f4cf13e5a
Some checks failed
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 32s
CI / Detect changes (pull_request) Failing after 34s
CI / Platform (Go) (pull_request) Has been skipped
CI / Canvas (Next.js) (pull_request) Has been skipped
CI / Shellcheck (E2E scripts) (pull_request) Has been skipped
CI / Canvas Deploy Reminder (pull_request) Has been skipped
CI / Python Lint & Test (pull_request) Has been skipped
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 22s
E2E Staging Canvas (Playwright) / detect-changes (pull_request) Successful in 55s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 36s
qa-review / approved (pull_request) Failing after 30s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 40s
E2E API Smoke Test / detect-changes (pull_request) Successful in 58s
security-review / approved (pull_request) Failing after 11s
lint-required-no-paths / lint-required-no-paths (pull_request) Failing after 1m15s
CI / all-required (pull_request) Failing after 6s
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 11s
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 9s
E2E Staging Canvas (Playwright) / Canvas tabs E2E (pull_request) Successful in 12s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 8s
gate-check-v3 / gate-check (pull_request) Successful in 45s
sop-tier-check / tier-check (pull_request) Successful in 19s
sop-checklist / na-declarations (pull_request) awaiting /sop-n/a declaration for: qa-review, security-review
sop-checklist / all-items-acked (pull_request) acked: 7/7
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:39:11 +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:39:11 +00:00
CODEOWNERS chore: add CODEOWNERS to auto-route agent PRs to personal review account 2026-04-26 13:40:13 -07:00
dependabot.yml chore(security): pin Actions to SHAs + enable Dependabot auto-bumps 2026-04-28 15:37:06 -07:00