diff --git a/ci/jenkins/Nightly2.groovy b/ci/jenkins/Nightly2.groovy index 7daeae1f0c..92f1ab92fc 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', 'distributed-streaming-service' + values 'standalone', 'distributed-pulsar', 'distributed-kafka', 'standalone-authentication', 'distributed-streaming-service' } } stages { diff --git a/tests/_helm/values/e2e/standalone b/tests/_helm/values/e2e/standalone index 9aaee6bca5..fb5962944b 100644 --- a/tests/_helm/values/e2e/standalone +++ b/tests/_helm/values/e2e/standalone @@ -248,6 +248,12 @@ queryNode: requests: cpu: "0.5" memory: 500Mi + mmap: + vectorField: true + vectorIndex: true + scalarField: true + scalarIndex: true + growingMmapEnabled: true rootCoordinator: resources: limits: diff --git a/tests/_helm/values/nightly/distributed-pulsar b/tests/_helm/values/nightly/distributed-pulsar index e23cc0b479..e5e0bb82ef 100644 --- a/tests/_helm/values/nightly/distributed-pulsar +++ b/tests/_helm/values/nightly/distributed-pulsar @@ -72,6 +72,7 @@ queryNode: vectorIndex: true scalarField: true scalarIndex: true + growingMmapEnabled: true service: type: ClusterIP standalone: