fix(api): surface gitops runtime readback current
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 42s
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-07-01 23:55:57 +08:00
parent 492881ded3
commit 1433f151f6
3 changed files with 92 additions and 0 deletions

View File

@@ -2775,6 +2775,16 @@ export interface DeliveryClosureWorkbenchSnapshot {
production_deploy_status: string
production_deploy_source_control_main_ready: boolean
production_deploy_image_tag_matches_main: boolean
production_deploy_runtime_build_commit_sha: string
production_deploy_runtime_build_commit_short_sha: string
production_deploy_runtime_build_readback_status: string
production_deploy_runtime_build_matches_gitops_desired_image_tag: boolean
production_deploy_runtime_build_deploy_readback_current: boolean
production_deploy_runtime_build_committed_readback_drift_accepted: boolean
production_deploy_runtime_build_matches_committed_source_control_readback: boolean
production_deploy_runtime_build_matches_committed_production_image_tag: boolean
production_deploy_desired_main_api_image_tag_short_sha: string
production_deploy_desired_main_api_image_tag_readback_status: string
production_deploy_governance_fields_present: boolean
production_deploy_authorized_dispatch_channel_ready: boolean
production_deploy_manual_run_button_visible: boolean
@@ -2873,6 +2883,15 @@ export interface DeliveryClosureWorkbenchSnapshot {
observed_source_control_main_short_sha: string
production_image_tag_short_sha: string
production_image_tag_matches_main: boolean
runtime_build_commit_short_sha: string
runtime_build_readback_status: string
runtime_build_matches_gitops_desired_image_tag: boolean
runtime_build_deploy_readback_current: boolean
runtime_build_committed_readback_drift_accepted: boolean
runtime_build_matches_committed_source_control_readback: boolean
runtime_build_matches_committed_production_image_tag: boolean
desired_main_api_image_tag_short_sha: string
desired_main_api_image_tag_readback_status: string
current_main_cd_run_visible: boolean
authorized_dispatch_channel_ready: boolean
manual_run_button_visible: boolean