Consolidated per-host gateway for the macOS (Apple container) backend #399

Merged
didericis merged 9 commits from macos-consolidated-gateway into main 2026-07-17 17:14:03 -04:00
Showing only changes of commit 492669e620 - Show all commits
@@ -49,6 +49,13 @@ class _IsolatedOrchestratorService(OrchestratorService):
@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 TestDockerControlPlaneAuthIntegration(unittest.TestCase):
def setUp(self) -> None:
suffix = secrets.token_hex(4)