Skip to content

Commit 71262c7

Browse files
committed
Remove rateLimitBuilds from deploy jobs
Now that we're doing filtered deploys that only (re-)deploy what we didn't do last round, it's ~safe to run this much more often and we can let it trigger aggressively.
1 parent c217dfb commit 71262c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Jenkinsfile.deploy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ properties([
33
disableConcurrentBuilds(),
44
disableResume(),
55
durabilityHint('PERFORMANCE_OPTIMIZED'),
6-
rateLimitBuilds(throttle: [
7-
count: 1,
8-
durationName: 'hour',
9-
userBoost: true,
10-
]),
116
pipelineTriggers([
127
upstream('../meta'),
138
cron('H H/6 * * *'), // run every few hours whether we "need" it or not

0 commit comments

Comments
 (0)