aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-08-12 15:30:25 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-08-12 13:49:59 +0000
commit82ebc27e38347216ed3ea06577fa3b9627164be1 (patch)
tree80e833772b0dabf257a52f06b64aa50d7ff43ae7 /syz-cluster
parent7f40ce9035d28c221b4a2da0e5ecf862aa67c0ee (diff)
syz-cluster: adjust the limits on parallel processing
Process more patch series in parallel in the prod deployment (we do get a queue during peak hours) and fewer series in the staging deployment.
Diffstat (limited to 'syz-cluster')
-rw-r--r--syz-cluster/overlays/gke/prod/global-config.yaml2
-rw-r--r--syz-cluster/overlays/gke/staging/global-config.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/syz-cluster/overlays/gke/prod/global-config.yaml b/syz-cluster/overlays/gke/prod/global-config.yaml
index 92be9d106..58c342d41 100644
--- a/syz-cluster/overlays/gke/prod/global-config.yaml
+++ b/syz-cluster/overlays/gke/prod/global-config.yaml
@@ -8,7 +8,7 @@ metadata:
data:
config.yaml: |
URL: https://ci.syzbot.org
- parallelWorkflows: 7
+ parallelWorkflows: 8
loreArchives:
- netdev
- bpf
diff --git a/syz-cluster/overlays/gke/staging/global-config.yaml b/syz-cluster/overlays/gke/staging/global-config.yaml
index 617bbc022..f5a020380 100644
--- a/syz-cluster/overlays/gke/staging/global-config.yaml
+++ b/syz-cluster/overlays/gke/staging/global-config.yaml
@@ -8,7 +8,7 @@ metadata:
data:
config.yaml: |
URL: http://unknown
- parallelWorkflows: 3
+ parallelWorkflows: 2
loreArchives:
- netdev
- linux-ext4