feat(runner): expose ordered non110 closure progress [skip ci]

This commit is contained in:
Your Name
2026-06-29 11:07:59 +08:00
parent f3634db184
commit 1ca806fd5d
8 changed files with 419 additions and 65 deletions

View File

@@ -2569,6 +2569,14 @@ export interface DeliveryClosureWorkbenchSnapshot {
production_deploy_non110_runner_cd_closure_verifier: string
production_deploy_non110_runner_cd_closure_status: string
production_deploy_non110_runner_cd_closure_required: boolean
production_deploy_non110_runner_cd_closure_ordered_step_count: number
production_deploy_non110_runner_cd_closure_ordered_completed_prefix_count: number
production_deploy_non110_runner_cd_closure_evidence_completed_step_count: number
production_deploy_non110_runner_cd_closure_ordered_completion_percent: number
production_deploy_non110_runner_cd_closure_evidence_completion_percent: number
production_deploy_non110_runner_cd_closure_next_blocked_step_index: number
production_deploy_non110_runner_cd_closure_next_blocked_step_id: string
production_deploy_non110_runner_cd_closure_next_blocked_step_action: string
production_deploy_non110_runner_ready: boolean
production_deploy_non110_runner_prepare_only_source_ready: boolean
production_deploy_non110_runner_safe_registration_helper_ready: boolean
@@ -2649,6 +2657,14 @@ export interface DeliveryClosureWorkbenchSnapshot {
non110_runner_cd_closure_verifier: string
non110_runner_cd_closure_status: string
non110_runner_cd_closure_required: boolean
non110_runner_cd_closure_ordered_step_count: number
non110_runner_cd_closure_ordered_completed_prefix_count: number
non110_runner_cd_closure_evidence_completed_step_count: number
non110_runner_cd_closure_ordered_completion_percent: number
non110_runner_cd_closure_evidence_completion_percent: number
non110_runner_cd_closure_next_blocked_step_index: number
non110_runner_cd_closure_next_blocked_step_id: string
non110_runner_cd_closure_next_blocked_step_action: string
non110_runner_ready: boolean
non110_runner_prepare_only_source_ready: boolean
non110_runner_safe_registration_helper_ready: boolean