Skip to content

test(e2e): make Docker runtime available to Symphony workers #887

Description

@moncher-dev

Problem

The Docker E2E runner cannot start in the current Symphony worker environment because Docker Compose is installed but the Docker daemon at unix:///var/run/docker.sock is unreachable.

Evidence

While validating #879 on 2026-09-05, pnpm e2e:claude was run twice in isolation. Both attempts exited with the runner's prerequisite status 69:

[e2e] Docker runtime unavailable: Docker Compose is installed, but the Docker daemon is not reachable.
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

The full unit-test, lint, typecheck, and build suite passes. This follow-up tracks the shared-host Docker availability issue rather than the code under #879.

Expected

Workers assigned integration-boundary changes can execute repository Docker E2E runners, or receive a documented environment capability signal before attempting them.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdockerDocker image / container deployment

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions