The mutation tests are eating our CI agents alive #52
Reference in New Issue
Block a user
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?
Every time we push akbasic the runners are busy for hours and nothing else can run. Move the mutation test out of the merge request/merge to main CI flow, and move it to a scheduled job that runs once a day at 2am EST.
Beginning work on this issue.
Work is complete. Mutation testing now runs in dedicated scheduled workflow #53 at 02:00 EST daily, isolated from push and release checks. Pull request: #53