Skip to content

Commit ff9b3be

Browse files
Update Pytest image changes (#22863)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5ad70ab commit ff9b3be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ci/jenkins/pod/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
enableServiceLinks: false
99
containers:
1010
- name: pytest
11-
image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230308-ae09122
11+
image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230320-d99b50b
1212
resources:
1313
limits:
1414
cpu: "6"

ci/jenkins/pod/rte.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
- mountPath: /ci-logs
4242
name: ci-logs
4343
- name: pytest
44-
image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230308-ae09122
44+
image: harbor.milvus.io/dockerhub/milvusdb/pytest:20230320-d99b50b
4545
resources:
4646
limits:
4747
cpu: "6"

tests/docker/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ MILVUS_SERVICE_PORT=19530
33
MILVUS_PYTEST_WORKSPACE=/milvus/tests/python_client
44
MILVUS_PYTEST_LOG_PATH=/milvus/_artifacts/tests/pytest_logs
55
IMAGE_REPO=milvusdb
6-
IMAGE_TAG=20230308-ae09122
7-
LATEST_IMAGE_TAG=20230308-ae09122
6+
IMAGE_TAG=20230320-d99b50b
7+
LATEST_IMAGE_TAG=20230320-d99b50b

0 commit comments

Comments
 (0)