diff --git a/build/ci/jenkins/ChaosTest.groovy b/build/ci/jenkins/ChaosTest.groovy index 4ce7720517..dad45fed0a 100644 --- a/build/ci/jenkins/ChaosTest.groovy +++ b/build/ci/jenkins/ChaosTest.groovy @@ -49,7 +49,7 @@ pipeline { string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-debian-10-r115" + defaultValue: "3.5.0-r1" ) string( description: 'Query Replic Nums', diff --git a/build/ci/jenkins/ChaosTestKafkaMQ.groovy b/build/ci/jenkins/ChaosTestKafkaMQ.groovy index f8f2893048..22b5ed0d6d 100644 --- a/build/ci/jenkins/ChaosTestKafkaMQ.groovy +++ b/build/ci/jenkins/ChaosTestKafkaMQ.groovy @@ -49,7 +49,7 @@ pipeline { string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-debian-10-r115" + defaultValue: "3.5.0-r1" ) string( description: 'Query Replic Nums', diff --git a/build/ci/jenkins/DeployTest.groovy b/build/ci/jenkins/DeployTest.groovy index 8a5d1e1d0a..f4ac20d448 100644 --- a/build/ci/jenkins/DeployTest.groovy +++ b/build/ci/jenkins/DeployTest.groovy @@ -56,7 +56,7 @@ pipeline { string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-debian-10-r115" + defaultValue: "3.5.0-r1" ) string( description: 'Querynode Nums', diff --git a/build/ci/jenkins/DeployTestKafkaMQ.groovy b/build/ci/jenkins/DeployTestKafkaMQ.groovy index 799b9a5ac8..6ce214a06e 100644 --- a/build/ci/jenkins/DeployTestKafkaMQ.groovy +++ b/build/ci/jenkins/DeployTestKafkaMQ.groovy @@ -56,7 +56,7 @@ pipeline { string( description: 'Etcd Image Tag', name: 'etcd_image_tag', - defaultValue: "3.5.0-debian-10-r115" + defaultValue: "3.5.0-r1" ) string( description: 'Querynode Nums', diff --git a/build/ci/jenkins/pod/chaos-test.yaml b/build/ci/jenkins/pod/chaos-test.yaml index 22645bb84a..45f75f3fac 100644 --- a/build/ci/jenkins/pod/chaos-test.yaml +++ b/build/ci/jenkins/pod/chaos-test.yaml @@ -5,18 +5,33 @@ metadata: app: milvus-chaos-test namespace: chaos-testing spec: - enableServiceLinks: false containers: - name: main - image: registry.milvus.io/test/krte:dev-1 - securityContext: - privileged: true + image: registry.milvus.io/test/krte:dev-4 + command: + - cat tty: true - args: ["cat"] resources: limits: - cpu: "6" - memory: 12Gi + memory: 6Gi + cpu: 2.0 requests: - cpu: "2" - memory: 10Gi \ No newline at end of file + memory: 4Gi + cpu: 2.0 + volumeMounts: + - name: qa-kubeconfig + mountPath: /root/.kube/ + - name: jnlp + image: jenkins/inbound-agent:4.11-1-jdk8 + resources: + limits: {} + requests: + memory: 256Mi + cpu: 100m + volumes: + - name: qa-kubeconfig + secret: + secretName: qa-kubeconfig + serviceAccountName: account-milvus-test + nodeSelector: + kubernetes.io/hostname: "qa-node001.zilliz.local" \ No newline at end of file diff --git a/tests/python_client/chaos/cluster-values.yaml b/tests/python_client/chaos/cluster-values.yaml index bd6fc5a1c5..f4450994b2 100644 --- a/tests/python_client/chaos/cluster-values.yaml +++ b/tests/python_client/chaos/cluster-values.yaml @@ -10,7 +10,7 @@ etcd: replicaCount: 3 image: repository: milvusdb/etcd - tag: 3.5.0-debian-10-r115 + tag: 3.5.0-r1 minio: resources: diff --git a/tests/python_client/chaos/standalone-values.yaml b/tests/python_client/chaos/standalone-values.yaml index 2f0c061afa..7677659d1c 100644 --- a/tests/python_client/chaos/standalone-values.yaml +++ b/tests/python_client/chaos/standalone-values.yaml @@ -9,7 +9,7 @@ etcd: replicaCount: 1 image: repository: milvusdb/etcd - tag: 3.5.0-debian-10-r115 + tag: 3.5.0-r1 minio: mode: standalone pulsar: diff --git a/tests/python_client/deploy/cluster-values.yaml b/tests/python_client/deploy/cluster-values.yaml index be88c2d146..566076d1b1 100644 --- a/tests/python_client/deploy/cluster-values.yaml +++ b/tests/python_client/deploy/cluster-values.yaml @@ -10,7 +10,7 @@ etcd: replicaCount: 3 image: repository: milvusdb/etcd - tag: 3.5.0-debian-10-r115 + tag: 3.5.0-r1 minio: resources: diff --git a/tests/python_client/deploy/standalone-values.yaml b/tests/python_client/deploy/standalone-values.yaml index 1363dc945d..24d7a37bfe 100644 --- a/tests/python_client/deploy/standalone-values.yaml +++ b/tests/python_client/deploy/standalone-values.yaml @@ -9,7 +9,7 @@ etcd: replicaCount: 1 image: repository: milvusdb/etcd - tag: 3.5.0-debian-10-r115 + tag: 3.5.0-r1 minio: mode: standalone pulsar: