enhance: delete one pod pipeline in nightly and open mmap in standalone(2.5) (#38888)

pr: #38887

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2025-01-03 16:38:55 +08:00 committed by GitHub
parent 6433f76c61
commit 498b984607
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 1 deletions

View File

@ -96,7 +96,7 @@ pipeline {
axes {
axis {
name 'milvus_deployment_option'
values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication', 'standalone-one-pod', 'distributed-streaming-service'
values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication', 'distributed-streaming-service'
}
}
stages {

View File

@ -248,6 +248,12 @@ queryNode:
requests:
cpu: "0.5"
memory: 500Mi
mmap:
vectorField: true
vectorIndex: true
scalarField: true
scalarIndex: true
growingMmapEnabled: true
rootCoordinator:
resources:
limits:

View File

@ -72,6 +72,7 @@ queryNode:
vectorIndex: true
scalarField: true
scalarIndex: true
growingMmapEnabled: true
service:
type: ClusterIP
standalone: