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 {
|
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 {
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue