Gitea: act_runner is wonky and slow #17
Labels
No Label
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Spike
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cyclane/kovalhome#17
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Raising priority to
Critical
- this is affecting all CI on the gitea instance now.#19 is also a Gitea issue, is it possible this instance is somehow corrupted?
Nevertheless, all issues still seem to be linked to cache timing out. I think this can all be fixed by finding and removing the cause of that.
Cache issue should be fixed with this: https://docs.gitea.com/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image
See https://git.koval.net/cyclane/actions-cache-testing/actions/runs/1/jobs/0 , cache has been fixed. "Complete Job" was taking ages similarly due to cache issues (trying to save cache at the end) I believe this is all done now (finally).
This should vastly improve performance of most of the CI in existing projects too, since many 3rd-party actions use cache as well.