From 498b9846071ecb602a524be836bdb198ced87bf2 Mon Sep 17 00:00:00 2001 From: nico <109071306+NicoYuan1986@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:38:55 +0800 Subject: [PATCH] enhance: delete one pod pipeline in nightly and open mmap in standalone(2.5) (#38888) pr: #38887 Signed-off-by: nico --- ci/jenkins/Nightly2.groovy | 2 +- tests/_helm/values/e2e/standalone | 6 ++++++ tests/_helm/values/nightly/distributed-pulsar | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) 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: