feat(runner): expose ordered non110 closure progress [skip ci]
This commit is contained in:
@@ -244,6 +244,48 @@ def build_delivery_closure_workbench(
|
||||
"non110_runner_cd_closure_required"
|
||||
)
|
||||
is True,
|
||||
"non110_runner_cd_closure_ordered_step_count": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_ordered_step_count"
|
||||
)
|
||||
),
|
||||
"non110_runner_cd_closure_ordered_completed_prefix_count": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_ordered_completed_prefix_count"
|
||||
)
|
||||
),
|
||||
"non110_runner_cd_closure_evidence_completed_step_count": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_evidence_completed_step_count"
|
||||
)
|
||||
),
|
||||
"non110_runner_cd_closure_ordered_completion_percent": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_ordered_completion_percent"
|
||||
)
|
||||
),
|
||||
"non110_runner_cd_closure_evidence_completion_percent": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_evidence_completion_percent"
|
||||
)
|
||||
),
|
||||
"non110_runner_cd_closure_next_blocked_step_index": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_next_blocked_step_index"
|
||||
)
|
||||
),
|
||||
"non110_runner_cd_closure_next_blocked_step_id": str(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_next_blocked_step_id"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"non110_runner_cd_closure_next_blocked_step_action": str(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_next_blocked_step_action"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"non110_runner_ready": production_deploy_readback.get(
|
||||
"non110_runner_ready"
|
||||
)
|
||||
@@ -633,6 +675,48 @@ def build_delivery_closure_workbench(
|
||||
production_deploy_readback.get("non110_runner_cd_closure_required")
|
||||
is True
|
||||
),
|
||||
"production_deploy_non110_runner_cd_closure_ordered_step_count": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_ordered_step_count"
|
||||
)
|
||||
),
|
||||
"production_deploy_non110_runner_cd_closure_ordered_completed_prefix_count": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_ordered_completed_prefix_count"
|
||||
)
|
||||
),
|
||||
"production_deploy_non110_runner_cd_closure_evidence_completed_step_count": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_evidence_completed_step_count"
|
||||
)
|
||||
),
|
||||
"production_deploy_non110_runner_cd_closure_ordered_completion_percent": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_ordered_completion_percent"
|
||||
)
|
||||
),
|
||||
"production_deploy_non110_runner_cd_closure_evidence_completion_percent": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_evidence_completion_percent"
|
||||
)
|
||||
),
|
||||
"production_deploy_non110_runner_cd_closure_next_blocked_step_index": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_next_blocked_step_index"
|
||||
)
|
||||
),
|
||||
"production_deploy_non110_runner_cd_closure_next_blocked_step_id": str(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_next_blocked_step_id"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"production_deploy_non110_runner_cd_closure_next_blocked_step_action": str(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_cd_closure_next_blocked_step_action"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"production_deploy_non110_runner_ready": production_deploy_readback.get(
|
||||
"non110_runner_ready"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user