Migrate CI from Forgejo Actions to op1st Tekton pipelines #133
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/OpenSpec
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
RFC - Request For Comments
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
hermes-attempted
hermes-needs-clarification
hermes-ready
hermes-review
hermes-wip
human-required
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
agentic-forges/forgejo-mcp#133
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Codeberg's Forgejo runners enforce strict per-job time limits. The Go build in
.forgejo/workflows/go.ymlkeeps hitting them, leaving PRs without a usable CI signal.Proposal
Move CI to op1st-pipelines (Tekton Pipelines-as-Code on OpenShift), following the patterns established in goern/epaper-service and feeldata/feeldata.app.
Scope
.tekton/repository.yaml— registers the repo withop1st-pipelines, reusing thecodeberg-runner-openshift-pac+codeberg-org-op1st-pipelinessecrets..tekton/on-push-to-main.yaml— PipelineRun on push tomain..tekton/on-pull-request.yaml— PipelineRun on PR open/sync againstmain..tekton/tasks/go-ci.yaml— custom Task runningmake buildfollowed bygo test ./...ondocker.io/library/golang:1.25..forgejo/workflows/go.yml..forgejo/workflows/release.ymlstays (tag-driven, off the hot path).Acceptance criteria
mainruns build + tests in op1st-pipelines.mainrun build + tests in op1st-pipelines.RepositoryCR applied inop1st-pipelinesnamespace (out-of-band, on the cluster).Status
Implementation landed locally in commit
ae35a30. Tracked internally as beadforgejo-mcp-43k.Done. Two migrations landed:
ae35a30, onmainsince session 1c2b445aFinal
.tekton/layout:Cluster side:
RepositoryCRcodeberg-org-goern-forgejo-mcpinop1st-pipelinesnamespace. Codeberg webhook id57471→ PaC controller. PAT scopes:repository+issue+user.Both pipelines verified green end-to-end against PR 132 head commits.