ref(dynamic-sampling): Run and serve the per-org pipeline by default - #124018
Merged
Conversation
The per-org dynamic sampling pipeline only ran, and rules only read its caches, for organizations selected by dynamic-sampling.per_org.rollout-rate and dynamic-sampling.per_org.serving-rollout-rate. Both default to 0.0, so an install without the options automator, such as self-hosted, never ran it and served every project at the fallback rate. Default both rates to 1.0, which is what SaaS already sets, so the EAP-based pipeline works out of the box. Tests that relied on a missing per-org rate falling back to the blended rate now store the rate the per-org pass would have written; the legacy pipeline tests pin the serving rate to 0.0 until they are deleted. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…inning them The legacy jobs are killswitched and deleted in a separate PR. Deleting their tests here as well keeps this PR green on its own without pinning the serving rate, and the two identical deletions merge cleanly in either order. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
…rg pipeline off Restore the legacy pipeline tests. They run the legacy pipeline end to end, so they switch the per-org pipeline off through its rollout options instead of relying on the former defaults. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
shellmayr
marked this pull request as ready for review
September 10, 2026 12:17
vgrozdanic
approved these changes
Sep 10, 2026
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.
dynamic-sampling.per_org.rollout-rateanddynamic-sampling.per_org.serving-rollout-rate. Both defaulted to 0.0, so an install without the options automator, such as self-hosted, never ran it and served every project at the fallback rate.Contributes to TET-2900