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

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/38980/head
nico 2025-01-03 14:26:54 +08:00 committed by GitHub
parent 4245c5bed1
commit 1825ab54df
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'
values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication'
}
}
stages {

View File

@ -263,6 +263,7 @@ queryNode:
vectorIndex: true
scalarField: true
scalarIndex: true
growingMmapEnabled: true
rootCoordinator:
resources:
limits:

View File

@ -68,6 +68,12 @@ queryNode:
profiling:
enabled: true
replicas: 2
mmap:
vectorField: true
vectorIndex: true
scalarField: true
scalarIndex: true
growingMmapEnabled: true
service:
type: ClusterIP
standalone: