fix(runner): align workflows to non110 labels
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user