feat(ci): wire dotnet migration roadmap validator
CI Workflow Lint / validate-ci-workflow-lint (push) Failing after 14s
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 24s
Validators (Pushes and Pull Requests) / validate-core (push) Has been cancelled

This commit is contained in:
2026-07-12 23:51:32 +09:00
parent 8565556b3f
commit fbb35c5296
2 changed files with 19 additions and 0 deletions
+3
View File
@@ -166,6 +166,9 @@ jobs:
- name: Validate Quant Engine WBS
run: python3 tools/validate_quant_engine_wbs_v1.py
- name: Validate Dotnet Migration Roadmap
run: python3 tools/validate_dotnet_migration_roadmap_v1.py
- name: Build Calibration Priority Backlog
+16
View File
@@ -2281,6 +2281,22 @@ dag:
- Temp/quant_engine_wbs_v1.json
strict: true
timeout_sec: 60
validate_dotnet_migration_roadmap:
artifact_policy: keep
cache_key: validate_dotnet_migration_roadmap_v1
command:
- python
- tools/validate_dotnet_migration_roadmap_v1.py
depends_on: []
id: validate_dotnet_migration_roadmap
inputs:
- tools/validate_dotnet_migration_roadmap_v1.py
- docs/WBS_10_DOTNET_MIGRATION_ROADMAP.yaml
note: WBS-10 .NET 엔진 고도화 상세 로드맵의 기계판정형 성공 데이터와 task alignment를 검증한다.
outputs:
- Temp/wbs_10_dotnet_migration_roadmap_v1.json
strict: true
timeout_sec: 60
validate_specs:
artifact_policy: keep
cache_key: validate_specs_v1