Skip to content

Commit

Permalink
enhance: Increase the concurrency of index tasks in CI (#37335)
Browse files Browse the repository at this point in the history
#37096

Signed-off-by: Cai Zhang <[email protected]>
  • Loading branch information
xiaocai2333 authored Nov 4, 2024
1 parent c27f477 commit ba9f36b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/_helm/values/e2e/distributed
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ extraConfigFiles:
indexCoord:
scheduler:
interval: 100
indexNode:
scheduler:
buildParallel: 4
metrics:
serviceMonitor:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions tests/_helm/values/e2e/distributed-streaming-service
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ extraConfigFiles:
indexCoord:
scheduler:
interval: 100
indexNode:
scheduler:
buildParallel: 4
metrics:
serviceMonitor:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions tests/_helm/values/e2e/standalone
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ extraConfigFiles:
indexCoord:
scheduler:
interval: 100
indexNode:
scheduler:
buildParallel: 4
metrics:
serviceMonitor:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions tests/_helm/values/e2e/standalone-kafka-mmap
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ extraConfigFiles:
indexCoord:
scheduler:
interval: 100
indexNode:
scheduler:
buildParallel: 4
metrics:
serviceMonitor:
enabled: true
Expand Down
3 changes: 3 additions & 0 deletions tests/_helm/values/e2e/standalone-one-pod
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ extraConfigFiles:
indexCoord:
scheduler:
interval: 100
indexNode:
scheduler:
buildParallel: 4
indexNode:
disk:
enabled: true
Expand Down

0 comments on commit ba9f36b

Please sign in to comment.