fix(perception): bind worker dependency trees

This commit is contained in:
DCCONSTRUCTIONS
2026-08-05 15:59:00 +03:00
parent b38cd51338
commit 7756310bdf
4 changed files with 39 additions and 6 deletions
+7
View File
@@ -76,6 +76,13 @@ def test_worker_shadow_artifact_is_deterministic_narrow_and_self_contained(
"repository": "NODEDC_MISSION_CORE",
"server_docker_runtime": False,
}
assert descriptor["dependency_tree_identity"] == (
"relative-path-tab-size-tab-file-sha256-lf/v1"
)
assert descriptor["release"]["runner"] == {
"name": BUILDER.RUNNER_NAME,
"sha256": _sha256(BUILDER.RUNNER.read_bytes()),
}
assert descriptor["container"]["public_ports"] is False
assert descriptor["rollback"] == {
"durable_worker_action": "none",