feat(preprod): Support install_groups#106756
Merged
noahsmartin merged 5 commits intomasterfrom Jan 22, 2026
Merged
Conversation
…tering - Change install_group to install_groups array type in artifact assemble - Add distribution_group to preprod artifact extras - Update check-for-updates logic: provided_install_groups no longer filters "current" artifact, only used for filtering available updates - If provided_install_groups is given, updates must overlap with it; otherwise updates must overlap with current artifact's install_groups
074c1d4 to
22ec874
Compare
Update test assertions to include the new install_groups parameter in create_preprod_artifact calls.
4b8b0f6 to
3b65f1e
Compare
…tering - Change install_group to install_groups array type in artifact assemble - Add distribution_groups to preprod artifact extras - Update check-for-updates logic: provided_install_groups no longer filters "current" artifact, only used for filtering available updates - If provided_install_groups is given, updates must overlap with it; otherwise updates must overlap with current artifact's install_groups - Include install_groups in the check-for-updates response - Fix test to match new expected behavior
3b65f1e to
e45e616
Compare
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
tests/sentry/preprod/api/endpoints/test_project_preprod_check_for_updates.py
Outdated
Show resolved
Hide resolved
NicoHinderling
approved these changes
Jan 22, 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Adds install_groups support to artifact assemble and check_for_updates
If install_groups is provide to check_for_updates, updates must overlap with it; otherwise updates must overlap with current artifact's install_groups