[CI rehearsal] measure hosted-runner costs for the flawd mutation gate - #63
Closed
fohara wants to merge 3 commits into
Closed
[CI rehearsal] measure hosted-runner costs for the flawd mutation gate#63fohara wants to merge 3 commits into
fohara wants to merge 3 commits into
Conversation
Contributor
Author
|
First probe run (33015348586, ubuntu-latest, cold):
A second run with a cargo/target cache is queued to measure the warm-runner story. Cold native-toolchain setup lands around 4.5 min, which points at native execution for hosted runners; the docker-vs-native call gets made on entitled comparative runs. |
…inel probe An interrupted 'flawd doctor' run on this checkout left its sentinel mutation (InclusionRules include_dependencies true->false) live in the working tree, and it rode into the previous commit unnoticed. The lash-agent mutant-killing tests caught it in CI immediately — which is the system working. Filed flawd-side: sentinel probes must be crash-safe (never mutate the user's tree in place without guaranteed restore).
Contributor
Author
|
Warm-cache run (33019217068) with an
Conclusion recorded in flawd's ci-integration docs: native isolation for hosted runners (~3 min warm setup before mutant execution), Docker for local/self-hosted/compose. Measurements are done — closing this probe PR; the branch stays for re-dispatch until the real mutation workflow lands. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Measurement probe for the upcoming mutation-testing gate (dogfooding flawd ci, tracked in the flawd repo's dogfood-lash-ci effort). Times four things on ubuntu-latest: flawd install from the public release mirror (with checksum), the unentitled failure mode (expected exit 5), workspace coverage generation with cargo-llvm-cov, and the flawd Dockerfile image build. Not for merge — it will be closed once the numbers are recorded in the real mutation.yml.