Schedule mutation testing outside push CI #53

Open
logikoma wants to merge 2 commits from 52 into main
Collaborator

Closes #52

Moves the full mutation suite from the manual release workflow into a dedicated scheduled workflow at 02:00 EST daily. Push and release workflows no longer run mutation testing.

Closes #52 Moves the full mutation suite from the manual release workflow into a dedicated scheduled workflow at 02:00 EST daily. Push and release workflows no longer run mutation testing.
logikoma added 2 commits 2026-08-05 20:04:38 -04:00
Make renumber scratch runtime-owned
Some checks failed
akbasic CI Build / cmake_build (push) Successful in 4m21s
akbasic CI Build / akgl_build (push) Failing after 12m38s
akbasic CI Build / coverage (push) Failing after 12m56s
akbasic CI Build / sanitizers (push) Failing after 13m5s
akbasic CI Build / mutation_test (push) Successful in 18m7s
e20fd445a4
Co-authored-by: Andrew Kesterson <andrew@starfort.tech>
Schedule mutation testing outside push CI
Some checks failed
akbasic CI Build / mutation_test (push) Waiting to run
akbasic CI Build / cmake_build (push) Successful in 3m41s
akbasic CI Build / akgl_build (push) Has been cancelled
akbasic CI Build / sanitizers (push) Has been cancelled
akbasic CI Build / coverage (push) Has been cancelled
1532cb2d1d
Move the full mutation suite into a dedicated daily 02:00 EST workflow so merge and release checks do not consume CI agents for hours.
logikoma requested review from andrew 2026-08-05 20:04:48 -04:00
Owner

@logikoma you based this off the wrong branch. You need to take your commit and base it off of main. The e20fd445a4 commit for !50 should not be here.

@logikoma you based this off the wrong branch. You need to take your commit and base it off of `main`. The `e20fd445a4 ` commit for !50 should not be here.
Some checks failed
akbasic CI Build / mutation_test (push) Waiting to run
Required
Details
akbasic CI Build / cmake_build (push) Successful in 3m41s
Required
Details
akbasic CI Build / akgl_build (push) Has been cancelled
Required
Details
akbasic CI Build / sanitizers (push) Has been cancelled
Required
Details
akbasic CI Build / coverage (push) Has been cancelled
Required
Details
This pull request doesn't have enough required approvals yet. 0 of 1 approvals granted from users or teams on the allowlist.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin 52:52
git checkout 52
Sign in to join this conversation.