Gitea: act_runner is wonky and slow #17
Loading…
x
Reference in New Issue
Block a user
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?
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.