You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched for similar issues and couldn't find anything matching
Is this feature request related to a problem?
No
Problem Description
Gitea now features first-class support for CI/CD pipelines. Introduced in version 1.19.0 they received lots of improvements in version 1.20.0 and are now a viable option. Enabling workers requires changing the settings.
Solution Description
The first step would be adding a parameter to the CRD so users can choose to enable actions for their gitea instance.
The second step would be managing Gitea act-runners via the operator directly.
Benefits
No need for third-party CI/CD systems.
Familiar Workflow file syntax.
Potential Drawbacks
Security considerations.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Branch 211-feature-gitea-actions currently has a working prototype for Gitea Actions, however during testing I unfortunately found Gitea Actions to be quite buggy still. Even just adding a setup-node step would cause the Job to hang up and never terminate.
Therefore, we will wait a bit before evaluating this feature again.
Checklist
Is this feature request related to a problem?
No
Problem Description
Gitea now features first-class support for CI/CD pipelines. Introduced in version 1.19.0 they received lots of improvements in version 1.20.0 and are now a viable option. Enabling workers requires changing the settings.
Solution Description
The first step would be adding a parameter to the CRD so users can choose to enable actions for their gitea instance.
The second step would be managing Gitea act-runners via the operator directly.
Benefits
Potential Drawbacks
Security considerations.
Additional Information
No response
The text was updated successfully, but these errors were encountered: