TASK: Replace integration lane with post-build backend runtime black-box tests #72

Merged
darkhelm merged 23 commits from feature/issue-61-runtime-blackbox-integration into main 2026-07-05 22:49:09 -04:00
Showing only changes of commit eb440bc10f - Show all commits

View File

@@ -355,7 +355,7 @@ def upsert_service_deploy_limits(compose_text, service_names, memory_value, cpu_
cpus_idx = idx
if memory_idx is not None:
lines[memory_idx] = f"{memory_indent}memory: {value}"
lines[memory_idx] = f"{memory_indent}memory: {memory_value}"
if cpus_idx is not None:
lines[cpus_idx] = f"{memory_indent}cpus: '{cpu_value}'"