fix(cd): skip converged MCP receipt DDL
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 2m25s
CD Pipeline / build-and-deploy (push) Successful in 15m49s
CD Pipeline / post-deploy-checks (push) Successful in 2m22s
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 2m25s
CD Pipeline / build-and-deploy (push) Successful in 15m49s
CD Pipeline / post-deploy-checks (push) Successful in 2m22s
This commit is contained in:
@@ -261,3 +261,6 @@ def test_migration_is_additive_rls_and_does_not_store_raw_content() -> None:
|
||||
assert "Apply MCP Version Lifecycle Receipt Schema" in workflow
|
||||
assert "mcp_version_lifecycle_schema_verified" in workflow
|
||||
assert "mcp_version_lifecycle_runtime_role_read_verified" in workflow
|
||||
assert "mcp_version_lifecycle_migration_skipped_existing_verified" in workflow
|
||||
assert "SET lock_timeout = '10s'" in workflow
|
||||
assert "SET statement_timeout = '120s'" in workflow
|
||||
|
||||
Reference in New Issue
Block a user