fix(runner): align workflows to non110 labels

This commit is contained in:
Your Name
2026-06-28 21:14:06 +08:00
parent 666454212a
commit b754e8a1a4
14 changed files with 88 additions and 24 deletions

View File

@@ -164,6 +164,16 @@ def build_delivery_closure_workbench(
"non110_runner_safe_registration_helper_ready"
)
is True,
"non110_runner_workflow_labels_aligned": production_deploy_readback.get(
"non110_runner_workflow_labels_aligned"
)
is True,
"non110_runner_host_label": str(
production_deploy_readback.get("non110_runner_host_label") or ""
),
"non110_runner_ubuntu_label": str(
production_deploy_readback.get("non110_runner_ubuntu_label") or ""
),
"non110_runner_registration_condition_required": production_deploy_readback.get(
"non110_runner_registration_condition_required"
)
@@ -400,6 +410,18 @@ def build_delivery_closure_workbench(
)
is True
),
"production_deploy_non110_runner_workflow_labels_aligned": (
production_deploy_readback.get(
"non110_runner_workflow_labels_aligned"
)
is True
),
"production_deploy_non110_runner_host_label": str(
production_deploy_readback.get("non110_runner_host_label") or ""
),
"production_deploy_non110_runner_ubuntu_label": str(
production_deploy_readback.get("non110_runner_ubuntu_label") or ""
),
"production_deploy_non110_runner_registration_condition_required": (
production_deploy_readback.get(
"non110_runner_registration_condition_required"