mirror of https://github.com/milvus-io/milvus.git
enhance: delete one pod pipeline in nightly and open mmap in standalone (#38887)
Signed-off-by: nico <cheng.yuan@zilliz.com>pull/38980/head
parent
4245c5bed1
commit
1825ab54df
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue