From a08feb8a1f3b7d1765a27c12911035f4f0fba20f Mon Sep 17 00:00:00 2001 From: quicksilver Date: Thu, 11 Mar 2021 16:22:28 +0800 Subject: [PATCH] Update pytest docker images version Signed-off-by: quicksilver --- build/ci/jenkins/pod/test-env.yaml | 2 +- build/docker/test/.env | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/ci/jenkins/pod/test-env.yaml b/build/ci/jenkins/pod/test-env.yaml index f92c718c86..1748df4323 100644 --- a/build/ci/jenkins/pod/test-env.yaml +++ b/build/ci/jenkins/pod/test-env.yaml @@ -7,7 +7,7 @@ metadata: spec: containers: - name: test-env - image: milvusdb/pytest:20210310-5ea22d7 + image: milvusdb/pytest:20210311-2afcc45 command: - cat tty: true diff --git a/build/docker/test/.env b/build/docker/test/.env index fbebcd2ce8..cd5574b410 100644 --- a/build/docker/test/.env +++ b/build/docker/test/.env @@ -1,4 +1,4 @@ SOURCE_REPO=milvusdb TARGET_REPO=milvusdb -SOURCE_TAG=20210310-5ea22d7 -TARGET_TAG=20210310-5ea22d7 \ No newline at end of file +SOURCE_TAG=20210311-2afcc45 +TARGET_TAG=20210311-2afcc45 \ No newline at end of file