From 88fc63ae4339ee333d3a9da4ab2052c3b7a730c2 Mon Sep 17 00:00:00 2001 From: sre-ci-robot <56469371+sre-ci-robot@users.noreply.github.com> Date: Wed, 29 Dec 2021 15:17:44 +0800 Subject: [PATCH] Update Pytest image changes (#14502) 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 1ab3cb0ad8..f5fdf61866 100644 --- a/build/ci/jenkins/pod/rte.yaml +++ b/build/ci/jenkins/pod/rte.yaml @@ -39,7 +39,7 @@ spec: name: build-cache subPath: docker-volume - name: pytest - image: milvusdb/pytest:20211220-895def2 + image: milvusdb/pytest:20211229-b4c3cd8 volumeMounts: - mountPath: /ci-logs name: ci-logs diff --git a/tests/docker/.env b/tests/docker/.env index 54c02cf03d..b76ef38955 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=20211220-895def2 -LATEST_IMAGE_TAG=20211220-895def2 +IMAGE_TAG=20211229-b4c3cd8 +LATEST_IMAGE_TAG=20211229-b4c3cd8