Skip to content

Commit 82ebc27

Browse files
committed
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.
1 parent 7f40ce9 commit 82ebc27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

syz-cluster/overlays/gke/prod/global-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
data:
99
config.yaml: |
1010
URL: https://ci.syzbot.org
11-
parallelWorkflows: 7
11+
parallelWorkflows: 8
1212
loreArchives:
1313
- netdev
1414
- bpf

syz-cluster/overlays/gke/staging/global-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
data:
99
config.yaml: |
1010
URL: http://unknown
11-
parallelWorkflows: 3
11+
parallelWorkflows: 2
1212
loreArchives:
1313
- netdev
1414
- linux-ext4

0 commit comments

Comments
 (0)