feat(delivery): expose non110 autostart readback
This commit is contained in:
@@ -230,6 +230,15 @@ def build_delivery_closure_workbench(
|
||||
"non110_runner_online_label_match"
|
||||
)
|
||||
is True,
|
||||
"non110_runner_autostart_path_armed": production_deploy_readback.get(
|
||||
"non110_runner_autostart_path_armed"
|
||||
)
|
||||
is True,
|
||||
"non110_runner_ready_autostart_path_count": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_ready_autostart_path_count"
|
||||
)
|
||||
),
|
||||
"non110_runner_registration_condition_required": production_deploy_readback.get(
|
||||
"non110_runner_registration_condition_required"
|
||||
)
|
||||
@@ -525,6 +534,15 @@ def build_delivery_closure_workbench(
|
||||
production_deploy_readback.get("non110_runner_online_label_match")
|
||||
is True
|
||||
),
|
||||
"production_deploy_non110_runner_autostart_path_armed": (
|
||||
production_deploy_readback.get("non110_runner_autostart_path_armed")
|
||||
is True
|
||||
),
|
||||
"production_deploy_non110_runner_ready_autostart_path_count": _int(
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_ready_autostart_path_count"
|
||||
)
|
||||
),
|
||||
"production_deploy_non110_runner_registration_condition_required": (
|
||||
production_deploy_readback.get(
|
||||
"non110_runner_registration_condition_required"
|
||||
|
||||
Reference in New Issue
Block a user