From d72129a39ffe5d485459b5125c75f34f8c0007bd Mon Sep 17 00:00:00 2001 From: sre-ci-robot <56469371+sre-ci-robot@users.noreply.github.com> Date: Mon, 21 Mar 2022 17:29:32 +0800 Subject: [PATCH] Update Pytest image changes (#16118) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- build/ci/jenkins/pod/rte.yaml | 2 +- tests/docker/.env | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/ci/jenkins/pod/rte.yaml b/build/ci/jenkins/pod/rte.yaml index cd829e365a..dcf8c91cb5 100644 --- a/build/ci/jenkins/pod/rte.yaml +++ b/build/ci/jenkins/pod/rte.yaml @@ -41,7 +41,7 @@ spec: - mountPath: /ci-logs name: ci-logs - name: pytest - image: milvusdb/pytest:20220304-416ef3d + image: milvusdb/pytest:20220321-c16195c resources: limits: cpu: "6" diff --git a/tests/docker/.env b/tests/docker/.env index db3f4aea95..fe1642f6f7 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=20220304-416ef3d -LATEST_IMAGE_TAG=20220304-416ef3d +IMAGE_TAG=20220321-c16195c +LATEST_IMAGE_TAG=20220321-c16195c