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