Commit graph

6 commits

Author SHA1 Message Date
20b02dc95d Test with explicit host labels
Some checks failed
Test CI Pipeline / test (push) Failing after 39s
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>
2025-06-08 00:56:51 -05:00
04cd542160 Test after runner restart
Some checks failed
Test CI Pipeline / test (push) Failing after 3s
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>
2025-06-08 00:53:44 -05:00
3280844df4 Another test bump - host execution mode
Some checks failed
Test CI Pipeline / test (push) Failing after 29s
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>
2025-06-08 00:51:14 -05:00
290f3f8b65 Switch to host execution mode
Some checks failed
Test CI Pipeline / test (push) Failing after 0s
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>
2025-06-08 00:49:33 -05:00
961caf94d3 Test bump - fresh runner deployment
Some checks failed
Test CI Pipeline / test (push) Failing after 0s
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>
2025-06-08 00:46:26 -05:00
1668b6bf8b Initial commit with test CI workflow
Some checks failed
Test CI Pipeline / test (push) Failing after 0s
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>
2025-06-08 00:38:50 -05:00