feat(orchestrator): per-host consolidated orchestrator + multi-tenant gateway (PRD 0070) #380

Merged
didericis merged 45 commits from orchestrator-cutover into main 2026-07-14 03:35:46 -04:00
Showing only changes of commit c839cee319 - Show all commits
@@ -73,6 +73,13 @@ _PROBE_SRC = (
@skip_unless_docker()
@unittest.skipIf(
os.environ.get("GITEA_ACTIONS") == "true",
"skipped under act_runner: the orchestrator container bind-mounts the repo "
"path into a container on the socket-shared host daemon, which can't see the "
"runner's /workspace — same host-bind-mount constraint as the other "
"bottle-bringup integration tests",
)
class TestMultitenantIsolation(unittest.TestCase):
def setUp(self) -> None:
self._tmp = tempfile.TemporaryDirectory()