fix(api): expose runtime switch completion readback
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 22s
CD Pipeline / build-and-deploy (push) Successful in 8m40s
CD Pipeline / post-deploy-checks (push) Successful in 58s

This commit is contained in:
Your Name
2026-06-30 01:33:35 +08:00
parent 599b6a7632
commit 7d7d0028df
9 changed files with 158 additions and 65 deletions

View File

@@ -427,7 +427,23 @@ def _assert_delivery_workbench_shape(data: dict):
data["summary"][
"p0_cicd_warning_step_runtime_enablement_controlled_apply_allowed"
]
is False
is True
)
assert (
data["summary"][
"p0_cicd_warning_step_runtime_enablement_controlled_apply_completed"
]
is True
)
assert (
data["summary"][
"p0_cicd_warning_step_runtime_enablement_runtime_execution_enabled"
]
is True
)
assert (
data["summary"]["p0_cicd_warning_step_runtime_enablement_switch_changed"]
is True
)
assert (
data["summary"][