Gitea: act_runner is wonky and slow #17

Closed
opened 2023-12-02 21:38:06 +00:00 by cyclane · 3 comments
Owner
- [x] act_runner will some times take ages on "Complete Job" - https://git.koval.net/cyclane/teamcity-gitea-test-task/actions/runs/20/jobs/0 - Now it just fails https://git.koval.net/cyclane/teamcity-executors-test-task/actions/runs/15/jobs/0 . - [x] cache doesn't seem to work, and might be the cause of the above (but should be fixed nevertheless).
cyclane added the
Kind/Bug
Priority
Medium
labels 2023-12-02 21:38:06 +00:00
cyclane added this to the Services project 2023-12-02 21:38:06 +00:00
cyclane added
Priority
Critical
and removed
Priority
Medium
labels 2023-12-30 17:25:36 +00:00
Author
Owner

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.

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.
Author
Owner
Cache issue should be fixed with this: https://docs.gitea.com/usage/actions/act-runner#configuring-cache-when-starting-a-runner-using-docker-image
Author
Owner

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.

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.
Sign in to join this conversation.
No description provided.