feat(delivery): expose queue verifier contract
This commit is contained in:
@@ -192,6 +192,12 @@ def build_delivery_closure_workbench(
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"latest_visible_waiting_runner_kind": str(
|
||||
production_deploy_readback.get(
|
||||
"latest_visible_waiting_runner_kind"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"latest_visible_waiting_runner_status": str(
|
||||
production_deploy_readback.get(
|
||||
"latest_visible_waiting_runner_status"
|
||||
@@ -204,6 +210,18 @@ def build_delivery_closure_workbench(
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"public_actions_queue_readback_schema_version": str(
|
||||
production_deploy_readback.get(
|
||||
"public_actions_queue_readback_schema_version"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"public_actions_queue_readback_verifier": str(
|
||||
production_deploy_readback.get(
|
||||
"public_actions_queue_readback_verifier"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"non110_runner_ready": production_deploy_readback.get(
|
||||
"non110_runner_ready"
|
||||
)
|
||||
@@ -258,6 +276,10 @@ def build_delivery_closure_workbench(
|
||||
"non110_runner_ready_registration_count"
|
||||
)
|
||||
),
|
||||
"non110_runner_safe_next_step": str(
|
||||
production_deploy_readback.get("non110_runner_safe_next_step")
|
||||
or ""
|
||||
),
|
||||
"non110_runner_remaining_blocker_count": len(
|
||||
_strings(
|
||||
production_deploy_readback.get(
|
||||
@@ -496,6 +518,10 @@ def build_delivery_closure_workbench(
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"production_deploy_latest_visible_waiting_runner_kind": str(
|
||||
production_deploy_readback.get("latest_visible_waiting_runner_kind")
|
||||
or ""
|
||||
),
|
||||
"production_deploy_latest_visible_waiting_runner_status": str(
|
||||
production_deploy_readback.get("latest_visible_waiting_runner_status")
|
||||
or ""
|
||||
@@ -504,6 +530,16 @@ def build_delivery_closure_workbench(
|
||||
production_deploy_readback.get("latest_visible_waiting_runner_label")
|
||||
or ""
|
||||
),
|
||||
"production_deploy_public_actions_queue_readback_schema_version": str(
|
||||
production_deploy_readback.get(
|
||||
"public_actions_queue_readback_schema_version"
|
||||
)
|
||||
or ""
|
||||
),
|
||||
"production_deploy_public_actions_queue_readback_verifier": str(
|
||||
production_deploy_readback.get("public_actions_queue_readback_verifier")
|
||||
or ""
|
||||
),
|
||||
"production_deploy_non110_runner_ready": production_deploy_readback.get(
|
||||
"non110_runner_ready"
|
||||
)
|
||||
@@ -560,6 +596,9 @@ def build_delivery_closure_workbench(
|
||||
"non110_runner_ready_registration_count"
|
||||
)
|
||||
),
|
||||
"production_deploy_non110_runner_safe_next_step": str(
|
||||
production_deploy_readback.get("non110_runner_safe_next_step") or ""
|
||||
),
|
||||
"production_deploy_non110_runner_remaining_blocker_count": len(
|
||||
_strings(
|
||||
production_deploy_readback.get(
|
||||
|
||||
Reference in New Issue
Block a user