Harden RC9 UX and performance states
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-18 06:37:54 +02:00
parent 55685ba1bd
commit 9b0239747d
21 changed files with 845 additions and 25 deletions
+2
View File
@@ -127,6 +127,7 @@ ${PYTHON_BIN} -m compileall backend/app
(cd frontend && npm run typecheck)
(cd frontend && npm run build)
"${NODE_BIN}" --check frontend/e2e/releaseJourneys.mjs
"${NODE_BIN}" --check frontend/e2e/uxAudit.mjs
bash -n scripts/live_migration_smoke.sh
bash -n scripts/deploy_tower.sh
bash -n scripts/verify_release_fresh_install.sh
@@ -160,4 +161,5 @@ bash -n scripts/verify_golden_qa_benchmark.sh
bash -n scripts/verify_demo_cleanup_dry_run.sh
bash -n scripts/capture_workbench_screenshots.sh
bash -n scripts/run_rc8_release_journeys.sh
bash -n scripts/run_rc9_ux_audit.sh
echo "== Run readiness check passed =="