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

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico
2025-01-03 14:26:54 +08:00
committed by GitHub
parent 4245c5bed1
commit 1825ab54df
3 changed files with 8 additions and 1 deletions
+1 -1
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 {
@@ -263,6 +263,7 @@ queryNode:
vectorIndex: true
scalarField: true
scalarIndex: true
growingMmapEnabled: true
rootCoordinator:
resources:
limits:
+6
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: