CI - Lint & Test / lint-and-test (push) Successful in 42sDetails
- Delete gitea-runner/deployment.yaml (K8s DinD sidecar)
- Update README and config.yaml to reflect VM systemd setup
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI - Lint & Test / lint-and-test (push) Failing after 1m8sDetails
- Add --default-network-opt to apply MTU=1340 to custom networks
(not just default bridge) that act_runner creates per job
- Revert container.network to default (custom per-job network)
- Add DinD TLS cert readiness check before starting runner daemon
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI - Lint & Test / lint-and-test (push) Failing after 0sDetails
act_runner creates a custom Docker network per job which doesn't
inherit the --mtu=1340 setting. Using the default bridge network
ensures job containers use the correct MTU matching pod network.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI - Lint & Test / lint-and-test (push) Failing after 6m0sDetails
Host network breaks DinD connection. Bridge with --mtu=1340
is confirmed working for TLS connections.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI - Lint & Test / lint-and-test (push) Failing after 0sDetails
DinD bridge network causes gnutls_handshake failure even with
correct MTU. Use host network mode so job containers share
the pod network stack directly.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI - Lint & Test / lint-and-test (push) Failing after 5m15sDetails
The TLS handshake failure was caused by MTU mismatch (pod: 1340,
DinD bridge: 1500), not certificate verification.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI - Lint & Test / lint-and-test (push) Failing after 5m13sDetails
Workflow-level env doesn't propagate to actions/checkout git process.
Set it in runner.envs so all job containers inherit it.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI - Lint & Test / lint-and-test (push) Failing after 6m47sDetails
- actions/checkout@v4 requires node runtime
- Switch from ubuntu:22.04 to catthehacker/ubuntu:act-22.04
- This image includes node, git, and other tools needed by Actions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Deploy act_runner v0.3.0 with DinD sidecar in soo namespace
- Auto-register to Gitea (gitea.inje-private.com)
- Labels: ubuntu-latest, ubuntu-22.04, self-hosted
- Enable Actions on repo via API
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>