fix(observatory): admit committed M49 executor candidates

This commit is contained in:
DCCONSTRUCTIONS
2026-08-31 16:06:23 +03:00
parent 9beb534108
commit 8a1c578e0e
2 changed files with 6 additions and 5 deletions
+2 -1
View File
@@ -822,7 +822,8 @@ def test_executor_release_candidate_is_deterministic_blocked_and_tamper_evident(
installer = INSTALLER_PATH.read_text(encoding="utf-8")
assert "--pull=false --no-cache --network none" in installer
assert "--network none --read-only" in installer
assert "committed-source-snapshot-missing" in installer
assert '[string]$manifest.source_state -cne "committed-snapshot"' in installer
assert "runtime-registry-promotion-pending" in installer
assert "MissionCore-M49TgsFullShadow" in installer
changed = source_root / "src" / "k1link" / "observatory" / "m49_portable_result.py"