Skip to content

Commit a45fb6e

Browse files
committed
k8s: change review concurrency to 32
Reduce the SASHIKO__REVIEW__CONCURRENCY environment variable value from 60 to 32 in the base application deployment configuration. Signed-off-by: Roman Gushchin <roman.gushchin@linux.dev>
1 parent 919b5f3 commit a45fb6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sashiko.dev/base/app/sashiko-k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
batman,linux-s390,linux-devicetree,imx,linux-sunxi,linux-amlogic,
8989
live-patching,openvpn-devel,platform-driver-x86,linux-arm-msm
9090
- name: SASHIKO__REVIEW__CONCURRENCY
91-
value: "60"
91+
value: "32"
9292
- name: SASHIKO__SMTP__SENDER_ADDRESS
9393
value: "sashiko-bot@kernel.org"
9494
- name: SASHIKO__SMTP__SERVER

0 commit comments

Comments
 (0)