chore: gate production postgres tuning and taro handoff

This commit is contained in:
Codex
2026-07-01 04:27:19 +08:00
parent 6bdb2a175a
commit 69b4d3b62d
14 changed files with 702 additions and 44 deletions

View File

@@ -29,6 +29,20 @@
"blocker": 0
}
},
{
"id": "postgres.tuning-evidence",
"status": "pass",
"command": "PG_TUNING_PROFILE=shared-host npm run perf:postgres:evidence -- --strict --json > docs/refactor/launch-artifacts/postgres-tuning-evidence.json",
"completedAt": "2026-06-30T10:08:00+08:00",
"artifact": "launch-artifacts/postgres-tuning-evidence.json",
"summary": {
"status": "pass",
"profile": "shared-host",
"failures": 0,
"pgStatStatementsAvailable": true,
"pendingRestart": 0
}
},
{
"id": "auth.remote-smoke",
"status": "pass",