Skip to content

Commit 01a1fe4

Browse files
authored
Reduce concurrent PLRs in the Openstack cluster (#9394)
In the Openstack cluster build are usually triggered in groups of 100+. This overloads external system and the result is rate limiting / network issues that fail the pipelines. For more context - https://issues.redhat.com/browse/KONFLUX-10958?focusedId=28570810&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-28570810 Signed-off-by: Gal Ben Haim <[email protected]>
1 parent c6e6899 commit 01a1fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/kueue/production/kflux-osp-p01/queue-config/cluster-queue.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ spec:
2424
- name: default-flavor
2525
resources:
2626
- name: tekton.dev/pipelineruns
27-
nominalQuota: '300'
27+
nominalQuota: '30'
2828
- name: cpu
2929
nominalQuota: 1k
3030
- name: memory
3131
nominalQuota: 500Ti
3232
- name: aws-ip
3333
nominalQuota: '250'
3434
- name: mintmaker
35-
nominalQuota: '150'
35+
nominalQuota: '5'
3636
- coveredResources:
3737
- linux-amd64
3838
- linux-arm64

0 commit comments

Comments
 (0)