Commit Graph

3 Commits

Author SHA1 Message Date
Shang Chieh Tseng
45e1e6c8b7 Change workflow to manual trigger only
Remove automatic triggers on push/PR to avoid slow builds running
unexpectedly. Use workflow_dispatch for manual control.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 14:38:09 +08:00
Shang Chieh Tseng
313642d6f1 Fix runner labels and improve job names
- Change runs-on from [self-hosted, k80, cuda11] to self-hosted
- Rename job names for clarity:
  - Build Docker Images -> Build Verification
  - Runtime Tests -> Container & Runtime Tests
  - Cleanup -> Cleanup & Summary

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 14:23:00 +08:00
Shang Chieh Tseng
d11140c016 Add GitHub Actions CI/CD pipeline and test framework
- Add .github/workflows/build-test.yml for automated testing
- Add tests/ directory with TypeScript test runner
- Add docs/CICD.md documentation
- Remove .gitlab-ci.yml (migrated to GitHub Actions)
- Update .gitignore for test artifacts

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 14:06:44 +08:00