Skip to content

Commit f0251ab

Browse files
authored
Reduce concurrency level on RHEL large s390x (#9622)
RHEL what to test building RPMs with higher need in terms of resources and want to get build results without noisy neighbor problem, i.e. build times impacted by competition to get resources on same machine. Reduce the large flavor to preserve 64 concurrent build capacity of the default linux/s390x platform. KFLUXINFRA-2673 Signed-off-by: Hugo Ares <[email protected]>
1 parent 9083d15 commit f0251ab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ spec:
126126
- name: linux-g64xlarge-amd64
127127
nominalQuota: '250'
128128
- name: linux-large-s390x
129-
nominalQuota: '12'
129+
nominalQuota: '3'
130130
- name: linux-m2xlarge-amd64
131131
nominalQuota: '250'
132132
- name: linux-m2xlarge-arm64

components/multi-platform-controller/production-downstream/kflux-rhel-p01/host-values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,21 +318,21 @@ staticHosts:
318318
# s390
319319
s390x-large-static-0:
320320
address: "10.130.130.12"
321-
concurrency: "4"
321+
concurrency: "1"
322322
platform: "linux-large/s390x"
323323
secret: "ibm-s390x-ssh-key-large-builder"
324324
user: "root"
325325

326326
s390x-large-static-1:
327327
address: "10.130.130.26"
328-
concurrency: "4"
328+
concurrency: "1"
329329
platform: "linux-large/s390x"
330330
secret: "ibm-s390x-ssh-key-large-builder"
331331
user: "root"
332332

333333
s390x-large-static-2:
334334
address: "10.130.130.42"
335-
concurrency: "4"
335+
concurrency: "1"
336336
platform: "linux-large/s390x"
337337
secret: "ibm-s390x-ssh-key-large-builder"
338338
user: "root"

0 commit comments

Comments
 (0)