virajjasani commented on code in PR #2471:
URL: https://github.com/apache/phoenix/pull/2471#discussion_r3229032907
##########
Jenkinsfile.github:
##########
@@ -25,7 +25,13 @@ pipeline {
options {
// N.B. this is per-branch, which means per PR
disableConcurrentBuilds()
- buildDiscarder(logRotator(daysToKeepStr: '15', artifactDaysToKeepStr:
'5'))
+ buildDiscarder(logRotator(
+ daysToKeepStr: '3',
+ artifactDaysToKeepStr: '3',
+ numToKeepStr: '2',
+ artifactNumToKeepStr: '2'
+ ))
+ rateLimitBuilds(throttle: [count: 1, durationName: 'day', userBoost:
false])
Review Comment:
how about count 2 and userBoost true?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]