feat(agent): expose deploy marker receipt input
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 38s
CD Pipeline / post-deploy-checks (push) Has been cancelled
CD Pipeline / build-and-deploy (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-30 23:26:40 +08:00
parent 3de828f977
commit 6808447069
3 changed files with 26 additions and 4 deletions

View File

@@ -418,6 +418,17 @@ def _harbor_recovery_receipt_inputs() -> list[dict[str, Any]]:
"purpose": "prove local registry route is 200/401 before CD retry",
**metadata_boundary,
},
{
"input_id": "deploy_marker_readback",
"source": "awoooi production deploy marker readback verifier",
"required_when": "after_registry_v2_ready_and_cd_retry",
"purpose": (
"prove latest CD success, production image tag sha, and "
"priority readback HTTP status before closing the P0 blocker"
),
"expected_schema": "awoooi_production_deploy_readback_blocker_v1",
**metadata_boundary,
},
]