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 { axes {
axis { axis {
name 'milvus_deployment_option' name 'milvus_deployment_option'
values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication', 'standalone-one-pod' values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication'
} }
} }
stages { stages {

View File

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

View File

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