fix(cd): keep recovery receipts on controlled profile
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 39s
CD Pipeline / build-and-deploy (push) Failing after 55s
CD Pipeline / post-deploy-checks (push) Has been cancelled
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 0s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Has been cancelled
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 39s
CD Pipeline / build-and-deploy (push) Failing after 55s
CD Pipeline / post-deploy-checks (push) Has been cancelled
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 0s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Has been cancelled
This commit is contained in:
@@ -254,6 +254,14 @@ def test_priority_work_order_readback_stays_on_controlled_runtime_profile() -> N
|
||||
assert source in text
|
||||
|
||||
|
||||
def test_recovery_apply_receipts_stay_on_controlled_runtime_profile() -> None:
|
||||
text = _workflow_text()
|
||||
assert (
|
||||
"docs/operations/awooop-conversation-event-hot-path-index-apply-receipt-*.snapshot.json)"
|
||||
in text
|
||||
)
|
||||
|
||||
|
||||
def test_iwooos_security_operation_api_stays_on_controlled_runtime_profile() -> None:
|
||||
text = _workflow_text()
|
||||
expected_sources = [
|
||||
|
||||
Reference in New Issue
Block a user