DO NOT MERGE: A/B control - reusable-quality pin stays @v1 - #104
Closed
Prekzursil wants to merge 1 commit into
Closed
DO NOT MERGE: A/B control - reusable-quality pin stays @v1#104Prekzursil wants to merge 1 commit into
Prekzursil wants to merge 1 commit into
Conversation
Evidence artifact for the "is it safe to move the v1 tag in quality-zero-platform" decision. This branch changes NOTHING behavioural: it adds one comment line to .github/workflows/quality.yml so a PR can exist, and KEEPS the reusable-quality.yml pin at @v1. Its sibling probe branch carries the identical comment line plus the single pin change @v1 -> @main, so the two runs differ by exactly one variable. Not for merge. Close when the tag decision is recorded.
Owner
Author
|
Closing: deliberate A/B evidence artifact; the decision it informed is executed. Purpose was to measure whether moving the quality-zero-platform v1 tag was safe, using paired control (@v1) and probe (@main) arms on the same tree with one variable. Across 4 consumer pairs: 24 of 24 step names and conclusions byte-identical. The only differences were the gate-deps fix behaving as designed - a real finding at exit 1 still blocks, so it is fail-closed, not fail-open. Outcome: v1 moved from b9503300 to b4fbe384, then independently verified on a live consumer where a run that had failed twice under the old tag passed under the new one. Never intended to merge; evidence and CI links stay readable here. Reopen if the tag move needs re-litigating. |
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.
DO NOT MERGE: A/B control arm (pin stays @v1)
Evidence artifact for the "is it safe to move the v1 tag in
quality-zero-platform" decision. This branch changes NOTHING behavioural: it
adds one comment line to .github/workflows/quality.yml so a PR can exist, and
KEEPS the reusable-quality.yml pin at @v1.
Its sibling probe branch carries the identical comment line plus the single
pin change @v1 -> @main, so the two runs differ by exactly one variable.
Not for merge. Close when the tag decision is recorded.