fix(cd): keep awoo op readback on controlled profile
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 18s
CD Pipeline / build-and-deploy (push) Successful in 5m18s
CD Pipeline / post-deploy-checks (push) Successful in 57s

This commit is contained in:
Your Name
2026-06-29 16:59:23 +08:00
parent 9ca6eec2ee
commit 1fc77a0cac
3 changed files with 32 additions and 0 deletions

View File

@@ -85,6 +85,18 @@ def test_ai_autonomous_runtime_control_stays_on_controlled_runtime_profile() ->
assert source in text
def test_awooop_ansible_check_mode_stays_on_controlled_runtime_profile() -> None:
text = _workflow_text()
expected_sources = [
"apps/api/src/services/awooop_ansible_check_mode_service.py)",
"apps/api/tests/test_awooop_truth_chain_service.py)",
"src/services/awooop_ansible_check_mode_service.py",
"tests/test_awooop_truth_chain_service.py",
]
for source in expected_sources:
assert source in text
def test_dr_escrow_checklist_stays_on_controlled_runtime_profile() -> None:
text = _workflow_text()
expected_sources = [