diff --git a/ci/jenkins/Nightly2.groovy b/ci/jenkins/Nightly2.groovy index 17afcc7c54..1355eb5899 100644 --- a/ci/jenkins/Nightly2.groovy +++ b/ci/jenkins/Nightly2.groovy @@ -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 { diff --git a/tests/_helm/values/e2e/standalone-kafka-mmap b/tests/_helm/values/e2e/standalone-kafka-mmap index 6464c2e79d..95baee2b47 100644 --- a/tests/_helm/values/e2e/standalone-kafka-mmap +++ b/tests/_helm/values/e2e/standalone-kafka-mmap @@ -263,6 +263,7 @@ queryNode: vectorIndex: true scalarField: true scalarIndex: true + growingMmapEnabled: true rootCoordinator: resources: limits: diff --git a/tests/_helm/values/nightly/standalone b/tests/_helm/values/nightly/standalone index 98de25b173..11e7f76810 100644 --- a/tests/_helm/values/nightly/standalone +++ b/tests/_helm/values/nightly/standalone @@ -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: