feat(dotnet): add cicd chain contract harness
CI Workflow Lint / validate-ci-workflow-lint (push) Failing after 13s
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-13 00:34:45 +09:00
parent 736951526b
commit a45961928e
7 changed files with 191 additions and 0 deletions
+16
View File
@@ -2393,6 +2393,22 @@ dag:
- Temp/wbs_10_dotnet_idempotency_contract_v1.json
strict: true
timeout_sec: 60
validate_dotnet_cicd_chain_contract:
artifact_policy: keep
cache_key: validate_dotnet_cicd_chain_contract_v1
command:
- python
- tools/validate_dotnet_cicd_chain_contract_v1.py
depends_on: []
id: validate_dotnet_cicd_chain_contract
inputs:
- tools/validate_dotnet_cicd_chain_contract_v1.py
- docs/WBS_10_DOTNET_CICD_CHAIN_CONTRACT.yaml
note: WBS-10 CI → Prepare Release → Deploy to Production 순차 게이트를 검증한다.
outputs:
- Temp/wbs_10_dotnet_cicd_chain_contract_v1.json
strict: true
timeout_sec: 60
validate_specs:
artifact_policy: keep
cache_key: validate_specs_v1