From a07abba1a04dc5ae795f4f4244e2c4e5e48aabd0 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Wed, 20 Mar 2024 20:57:06 +0800 Subject: [PATCH] enhance:[skip e2e]remove some custom deploy config (#31441) pr: https://github.com/milvus-io/milvus/pull/31440 Signed-off-by: zhuwenxing --- tests/python_client/chaos/cluster-values.yaml | 10 +--------- tests/python_client/chaos/standalone-values.yaml | 10 +--------- tests/python_client/deploy/cluster-values.yaml | 10 +--------- tests/python_client/deploy/standalone-values.yaml | 10 +--------- 4 files changed, 4 insertions(+), 36 deletions(-) diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index 316abd7d92..d0f5bfb05a 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -134,12 +134,4 @@ pulsar: defaultRetentionSizeInMB: "8192" backlogQuotaDefaultLimitGB: "8" backlogQuotaDefaultRetentionPolicy: producer_exception - -extraConfigFiles: - user.yaml: |+ - dataCoord: - compaction: - indexBasedCompaction: false - indexCoord: - scheduler: - interval: 100 \ No newline at end of file + \ No newline at end of file diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index 8a08f058d4..4c7b4edaa4 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -33,12 +33,4 @@ minio: mode: standalone pulsar: enabled: false - -extraConfigFiles: - user.yaml: |+ - dataCoord: - compaction: - indexBasedCompaction: false - indexCoord: - scheduler: - interval: 100 \ No newline at end of file + \ No newline at end of file diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index 67ac127d2c..2d8dfc9429 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -125,12 +125,4 @@ pulsar: defaultRetentionSizeInMB: "8192" backlogQuotaDefaultLimitGB: "8" backlogQuotaDefaultRetentionPolicy: producer_exception - -extraConfigFiles: - user.yaml: |+ - dataCoord: - compaction: - indexBasedCompaction: false - indexCoord: - scheduler: - interval: 100 \ No newline at end of file + \ No newline at end of file diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index 647713311a..3457544a14 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -32,12 +32,4 @@ minio: mode: standalone pulsar: enabled: false - -extraConfigFiles: - user.yaml: |+ - dataCoord: - compaction: - indexBasedCompaction: false - indexCoord: - scheduler: - interval: 100 \ No newline at end of file + \ No newline at end of file