refactor: split orchestrator/gateway images + remove the per-bottle sidecar architecture #385

Merged
didericis merged 5 commits from split-orchestrator-gateway-images into main 2026-07-14 17:20:05 -04:00
2 changed files with 4 additions and 2 deletions
Showing only changes of commit 56d879f0b3 - Show all commits
+4
View File
@@ -23,6 +23,10 @@ SLUG = "demo-abc12"
STAGE = Path("/tmp/cb-stage")
STATE = Path("/tmp/cb-state")
# Exported to consumers (e.g. test_consolidated_compose); named with a
# leading underscore for the historical fixture convention.
__all__ = ["_plan"]
def _manifest(*, supervise: bool, with_git: bool, with_egress: bool) -> ManifestIndex:
"""Minimal manifest with the toggles the matrix needs. The renderer
-2
View File
@@ -5,8 +5,6 @@ integration test)."""
import tempfile
import unittest
from pathlib import Path
from types import SimpleNamespace
from unittest.mock import patch
from tests.unit import use_bottle_root
from bot_bottle.backend.egress_apply import EgressApplyError