PHOENIX-7850: Unblock Phoenix PR validation builds#2471
Merged
virajjasani merged 3 commits intoMay 12, 2026
Conversation
- buildDiscarder: daysToKeep 15->3, artifactDaysToKeep 5->3, add numToKeep=2 and artifactNumToKeep=2. - Add rateLimitBuilds: 1 build per rolling 24h window per PR branch, userBoost=false so manual triggers also respect the cap.
virajjasani
reviewed
May 12, 2026
Contributor
virajjasani
left a comment
There was a problem hiding this comment.
+1 for the changes, just one point which is still under discussion
| numToKeepStr: '2', | ||
| artifactNumToKeepStr: '2' | ||
| )) | ||
| rateLimitBuilds(throttle: [count: 1, durationName: 'day', userBoost: false]) |
Contributor
There was a problem hiding this comment.
how about count 2 and userBoost true?
virajjasani
pushed a commit
that referenced
this pull request
May 12, 2026
sanjeet006py
added a commit
that referenced
this pull request
May 13, 2026
(cherry picked from commit 78d91e0)
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.
What changes were proposed in this pull request?
Tune PR builds:
Why are the changes needed?
To re-enable PR validation builds.
Does this PR introduce any user-facing change?
No
How was this patch tested?
Not tested but created using Jenkins pipeline snippet generator.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7