From 496f596e9286b09ceb334b8210a8b2d2a274188b Mon Sep 17 00:00:00 2001 From: sre-ci-robot <56469371+sre-ci-robot@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:16:31 +0800 Subject: [PATCH] Update Pytest image changes (#23346) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- ci/jenkins/pod/e2e.yaml | 2 +- ci/jenkins/pod/rte.yaml | 2 +- tests/docker/.env | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/jenkins/pod/e2e.yaml b/ci/jenkins/pod/e2e.yaml index bc9c4dd25c..50cd594e4b 100644 --- a/ci/jenkins/pod/e2e.yaml +++ b/ci/jenkins/pod/e2e.yaml @@ -8,7 +8,7 @@ spec: enableServiceLinks: false containers: - name: pytest - image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230401-7cdcaeb + image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230411-383915c resources: limits: cpu: "6" diff --git a/ci/jenkins/pod/rte.yaml b/ci/jenkins/pod/rte.yaml index 80735f18d7..a43f0d7f6e 100644 --- a/ci/jenkins/pod/rte.yaml +++ b/ci/jenkins/pod/rte.yaml @@ -41,7 +41,7 @@ spec: - mountPath: /ci-logs name: ci-logs - name: pytest - image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230401-7cdcaeb + image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230411-383915c resources: limits: cpu: "6" diff --git a/tests/docker/.env b/tests/docker/.env index e2c685da3d..146465156a 100644 --- a/tests/docker/.env +++ b/tests/docker/.env @@ -3,5 +3,5 @@ MILVUS_SERVICE_PORT=19530 MILVUS_PYTEST_WORKSPACE=/milvus/tests/python_client MILVUS_PYTEST_LOG_PATH=/milvus/_artifacts/tests/pytest_logs IMAGE_REPO=milvusdb -IMAGE_TAG=20230401-7cdcaeb -LATEST_IMAGE_TAG=20230401-7cdcaeb +IMAGE_TAG=20230411-383915c +LATEST_IMAGE_TAG=20230411-383915c