Skip to content

Commit

Permalink
Merge pull request #112 from infosiftr/deploy-no-rate-limit
Browse files Browse the repository at this point in the history
Remove `rateLimitBuilds` from deploy jobs
tianon authored Jan 31, 2025
2 parents c217dfb + 71262c7 commit 4e6eabf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Jenkinsfile.deploy
Original file line number Diff line number Diff line change
@@ -3,11 +3,6 @@ properties([
disableConcurrentBuilds(),
disableResume(),
durabilityHint('PERFORMANCE_OPTIMIZED'),
rateLimitBuilds(throttle: [
count: 1,
durationName: 'hour',
userBoost: true,
]),
pipelineTriggers([
upstream('../meta'),
cron('H H/6 * * *'), // run every few hours whether we "need" it or not

0 comments on commit 4e6eabf

Please sign in to comment.