Runner now registered with explicit --labels flag:
- Should use host execution instead of containers
- Testing final Docker daemon fix
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Force restart to re-register with host execution labels:
- Pod restarted to clear old registration
- Should pick up new :host label configuration
- Testing if Docker daemon errors are resolved
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Testing host execution after configuration change:
- Runner should execute jobs directly on host
- No more Docker daemon dependency
- Using runner pod environment directly
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Change runner labels from docker:// protocol to host execution:
- Avoid Docker daemon dependency issues
- Run jobs directly on runner host environment
- Should resolve container connectivity problems
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Clean slate test after removing all previous deployments:
- All helm releases removed
- All forgejo-runner pods deleted
- Fresh deployment with plain Ubuntu images
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Add test repository to verify Forgejo runner deployment:
- Basic CI workflow testing system info and container runtime
- Test Podman container execution
- Simple Node.js test script
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>