feat: add dotnet postgres json cutover gate
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Failing after 17s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 56s

This commit is contained in:
2026-07-12 12:01:09 +09:00
parent 187cdf99c0
commit eb48b7eb07
3 changed files with 55 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@
"collect:remote-evidence": "python tools/collect_remote_wbs_evidence_v1.py",
"verify:wbs": "python tools/validate_quant_engine_wbs_v1.py",
"validate:normalized-learning-store": "python tools/validate_normalized_learning_store_v1.py",
"validate:dotnet-cutover": "python tools/validate_dotnet_postgresql_json_cutover_v1.py",
"test:e2e": "playwright test --project=chromium",
"test:evidence": "playwright test --project=evidence"
},