Update Pytest image changes (#14502)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/14518/head
sre-ci-robot 2021-12-29 15:17:44 +08:00 committed by GitHub
parent ecf3b6c262
commit 88fc63ae43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ spec:
name: build-cache name: build-cache
subPath: docker-volume subPath: docker-volume
- name: pytest - name: pytest
image: milvusdb/pytest:20211220-895def2 image: milvusdb/pytest:20211229-b4c3cd8
volumeMounts: volumeMounts:
- mountPath: /ci-logs - mountPath: /ci-logs
name: ci-logs name: ci-logs

View File

@ -3,5 +3,5 @@ MILVUS_SERVICE_PORT=19530
MILVUS_PYTEST_WORKSPACE=/milvus/tests/python_client MILVUS_PYTEST_WORKSPACE=/milvus/tests/python_client
MILVUS_PYTEST_LOG_PATH=/milvus/_artifacts/tests/pytest_logs MILVUS_PYTEST_LOG_PATH=/milvus/_artifacts/tests/pytest_logs
IMAGE_REPO=milvusdb IMAGE_REPO=milvusdb
IMAGE_TAG=20211220-895def2 IMAGE_TAG=20211229-b4c3cd8
LATEST_IMAGE_TAG=20211220-895def2 LATEST_IMAGE_TAG=20211229-b4c3cd8