From 916cd23efa189537f453b4a8619a9e2fbd04022b Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Mon, 6 Jun 2022 22:12:05 +0800 Subject: [PATCH] [skip e2e]Update the image of etcd for chaos and deploy test (#17399) Signed-off-by: zhuwenxing --- build/ci/jenkins/ChaosTest.groovy | 4 ++-- build/ci/jenkins/ChaosTestKafkaMQ.groovy | 4 ++-- build/ci/jenkins/DeployTest.groovy | 4 ++-- build/ci/jenkins/DeployTestKafkaMQ.groovy | 4 ++-- tests/python_client/chaos/cluster-values.yaml | 4 ++-- tests/python_client/chaos/standalone-values.yaml | 4 ++-- tests/python_client/deploy/cluster-values.yaml | 4 ++-- tests/python_client/deploy/standalone-values.yaml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/build/ci/jenkins/ChaosTest.groovy b/build/ci/jenkins/ChaosTest.groovy index cc85f3b2ef..4ce7720517 100644 --- a/build/ci/jenkins/ChaosTest.groovy +++ b/build/ci/jenkins/ChaosTest.groovy @@ -44,12 +44,12 @@ pipeline { string( description: 'Etcd Image Repository', name: 'etcd_image_repository', - defaultValue: "bitnami/etcd" + defaultValue: "milvusdb/etcd" ) string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-debian-10-r24" + defaultValue: "3.5.0-debian-10-r115" ) string( description: 'Query Replic Nums', diff --git a/build/ci/jenkins/ChaosTestKafkaMQ.groovy b/build/ci/jenkins/ChaosTestKafkaMQ.groovy index 3abdfe114d..f8f2893048 100644 --- a/build/ci/jenkins/ChaosTestKafkaMQ.groovy +++ b/build/ci/jenkins/ChaosTestKafkaMQ.groovy @@ -44,12 +44,12 @@ pipeline { string( description: 'Etcd Image Repository', name: 'etcd_image_repository', - defaultValue: "bitnami/etcd" + defaultValue: "milvusdb/etcd" ) string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-debian-10-r24" + defaultValue: "3.5.0-debian-10-r115" ) string( description: 'Query Replic Nums', diff --git a/build/ci/jenkins/DeployTest.groovy b/build/ci/jenkins/DeployTest.groovy index a64b570603..359dcf363e 100644 --- a/build/ci/jenkins/DeployTest.groovy +++ b/build/ci/jenkins/DeployTest.groovy @@ -51,12 +51,12 @@ pipeline { string( description: 'Etcd Image Repository', name: 'etcd_image_repository', - defaultValue: "bitnami/etcd" + defaultValue: "milvusdb/etcd" ) string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-debian-10-r24" + defaultValue: "3.5.0-debian-10-r115" ) string( description: 'Querynode Nums', diff --git a/build/ci/jenkins/DeployTestKafkaMQ.groovy b/build/ci/jenkins/DeployTestKafkaMQ.groovy index 6c14d5b1db..3f1e08bc7e 100644 --- a/build/ci/jenkins/DeployTestKafkaMQ.groovy +++ b/build/ci/jenkins/DeployTestKafkaMQ.groovy @@ -51,12 +51,12 @@ pipeline { string( description: 'Etcd Image Repository', name: 'etcd_image_repository', - defaultValue: "bitnami/etcd" + defaultValue: "milvusdb/etcd" ) string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-debian-10-r24" + defaultValue: "3.5.0-debian-10-r115" ) string( description: 'Querynode Nums', diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index dd1f5837c3..bd6fc5a1c5 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -9,8 +9,8 @@ image: etcd: replicaCount: 3 image: - repository: bitnami/etcd - tag: 3.5.0-debian-10-r24 + repository: milvusdb/etcd + tag: 3.5.0-debian-10-r115 minio: resources: diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index 1282062dae..2f0c061afa 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -8,8 +8,8 @@ image: etcd: replicaCount: 1 image: - repository: bitnami/etcd - tag: 3.5.0-debian-10-r24 + repository: milvusdb/etcd + tag: 3.5.0-debian-10-r115 minio: mode: standalone pulsar: diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index d3faf746bb..be88c2d146 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -9,8 +9,8 @@ image: etcd: replicaCount: 3 image: - repository: bitnami/etcd - tag: 3.5.0-debian-10-r24 + repository: milvusdb/etcd + tag: 3.5.0-debian-10-r115 minio: resources: diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index 229ac1417b..1363dc945d 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -8,8 +8,8 @@ image: etcd: replicaCount: 1 image: - repository: bitnami/etcd - tag: 3.5.0-debian-10-r24 + repository: milvusdb/etcd + tag: 3.5.0-debian-10-r115 minio: mode: standalone pulsar: