Commit graph

4 commits

Author SHA1 Message Date
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
726a02b3f6 Update workflow for plain Ubuntu images
Some checks failed
Test CI Pipeline / test (push) Failing after 1s
Switch from catthehacker images to plain ubuntu:22.04:
- Add environment setup step to install basic tools
- Install Node.js from official repository
- Remove container tests that conflict with Podman setup

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 00:42:27 -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