CI migration: refactor pipelines from Jenkins to Gitea Actions with daily schedule #9

Merged
jcabillot merged 8 commits from fix/refactor-ci-pipelines into main 2026-06-12 20:56:12 -04:00

8 Commits

Author SHA1 Message Date
cloudix_mcp_server 252ed2e8a8 feat(ci): add nightly rebuild workflow
PR Checks / build-test (pull_request) Successful in 3m15s
PR Checks / hadolint (pull_request) Successful in 7s
2026-06-12 20:18:53 -04:00
cloudix_mcp_server 55d3d04e9f feat(ci): add tag release workflow 2026-06-12 20:18:50 -04:00
cloudix_mcp_server 8844414424 feat(ci): add main release workflow
PR Checks / build-test (pull_request) Successful in 4m17s
PR Checks / hadolint (pull_request) Successful in 10s
2026-06-12 20:18:47 -04:00
cloudix_mcp_server 73bc5b7ffe feat(ci): add PR workflow with Hadolint + build + test 2026-06-12 20:18:44 -04:00
cloudix_mcp_server fae5c8c81c chore: remove old monolithic workflow 2026-06-12 20:18:38 -04:00
cloudix_mcp_server 2f7d1f1e52 fix: restore correct action SHAs for checkout and docker/login-action
Docker Build and Push / lint (pull_request) Successful in 13s
Docker Build and Push / build-and-test (pull_request) Successful in 3m16s
Docker Build and Push / push (pull_request) Has been skipped
2026-06-12 19:58:17 -04:00
cloudix_mcp_server 49d6132a60 ci: update cron schedule to daily at midnight; refactor pipeline
Docker Build and Push / lint (pull_request) Failing after 11s
Docker Build and Push / build-and-test (pull_request) Has been skipped
Docker Build and Push / push (pull_request) Has been skipped
- Change schedule from weekly (30 3 * * 3) to daily (0 0 * * *)
- Remove legacy Jenkinsfile (fully migrated to Gitea Actions)
- Keep lint, build-and-test, and push jobs intact
- Keep hadolint linting and tests/test.sh integration
- Image: jcabillot/opencode-openchamber
2026-06-12 19:56:15 -04:00
cloudix_mcp_server bcc4097dbe chore: remove Jenkinsfile — migrated to Gitea Actions 2026-06-12 19:56:04 -04:00