Merge remote-tracking branch 'gitea-ssh/main' into codex/p0-product-manifest-standard-20260629

This commit is contained in:
Your Name
2026-06-29 16:20:19 +08:00
2 changed files with 17 additions and 0 deletions

View File

@@ -198,6 +198,16 @@ jobs:
;;
.gitea/workflows/cd.yaml)
;;
# 2026-06-29 Codex: build-and-deploy writes only these GitOps
# deploy marker files after image push. A later merge commit can
# carry them back through CD; keep that marker merge on the
# controlled profile so non-110 CD does not fall into B5's Docker
# socket path just because the previous deploy recorded image
# truth.
k8s/awoooi-prod/06-deployment-api.yaml)
;;
k8s/awoooi-prod/kustomization.yaml)
;;
product.awoooi.yaml)
;;
docs/LOGBOOK.md)

View File

@@ -27,6 +27,13 @@ def test_product_manifest_changes_stay_on_controlled_runtime_profile() -> None:
assert "tests/test_product_awoooi_manifest_standard_api.py" in text
def test_deploy_marker_k8s_files_stay_on_controlled_runtime_profile() -> None:
text = _workflow_text()
assert "build-and-deploy writes only these GitOps" in text
assert "k8s/awoooi-prod/06-deployment-api.yaml)" in text
assert "k8s/awoooi-prod/kustomization.yaml)" in text
def test_credential_escrow_intake_stays_on_controlled_runtime_profile() -> None:
text = _workflow_text()
assert "apps/api/src/services/credential_escrow_evidence_intake_readiness.py)" in text