Commit Graph

6 Commits

Author SHA1 Message Date
fchinembiri cd9f6f210d fix(ci): merge duplicate runner keys in config.yaml 2026-05-01 09:28:46 +02:00
fchinembiri 5caabc930d fix(ci): use tcp://localhost:2375 and network=host for jobs 2026-05-01 09:26:43 +02:00
fchinembiri fb4fe5d67f fix(ci): fix docker socket mount and implement missing worker logic
Build and Push Docker Images / build-and-push (push) Waiting to run Details
- Adds -v /var/run/docker.sock:/var/run/docker.sock to act_runner options
- Sets DOCKER_HOST=unix:///var/run/docker.sock for runner
- Fixes missing_outputs initialization bug in worker.py
- Implements standard inference path in worker.py using inference.py
2026-05-01 08:54:02 +02:00
fchinembiri 9fd80dec3f fix(ci): use tcp://localhost:2375 for docker_host 2026-05-01 08:41:43 +02:00
fchinembiri a399d12f1d fix(ci): add unix:// prefix to docker_host in runner config 2026-05-01 08:34:33 +02:00
fchinembiri 6128754ee2 fix(ci): configure act_runner with docker socket and privileged mode
Build and Push Docker Images / build-and-push (push) Failing after 1s Details
- Adds act_runner config.yaml to enable Docker-in-Docker in jobs
- Configures gitea-runner deployment to mount config via ConfigMap
- Enables privileged mode and mounting of /var/run/docker.sock for jobs
- Updates worker with Feature Order V2 and vectorized computation
2026-05-01 08:28:41 +02:00