You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Codeberg CI load is high, CI often runs into timeouts (especially around observing expected CoAP behavior w/rt piggy-backed responses).
One way around would be to have agents on own CI agents on own hardware. I'm not really set up for docker on my machines, so exploring what is needed for sensible operation:
new user, with own group and sufficient subuids / subgids
… which gets me to the point where it attempts to start containers, but then runs into ""Error response from daemon: runc: runc create failed: unable to start container process: can't get final child's PID from pipe: EOF: OCI runtime error"
When Codeberg CI load is high, CI often runs into timeouts (especially around observing expected CoAP behavior w/rt piggy-backed responses).
One way around would be to have agents on own CI agents on own hardware. I'm not really set up for docker on my machines, so exploring what is needed for sensible operation:
sudo subut throughsudo machinectl shell woodpecker-agent@ /bin/bashWOODPECKER_BACKEND_DOCKER_HOST="unix:///run/user/$UID/podman/podman.sock" WOODPECKER_GRPC_SECURE=true WOODPECKER_SERVER=grpc.ci.codeberg.org:443 WOODPECKER_AGENT_SECRET='NotTellingYou==' ./woodpecker-agent --backend-engine=docker --backend-docker-ipv6… which gets me to the point where it attempts to start containers, but then runs into ""Error response from daemon: runc: runc create failed: unable to start container process: can't get final child's PID from pipe: EOF: OCI runtime error"