milvus/tests/python_client/scale/constants.py
ThreadDao 312aa23c77
[skip e2e] Delete helm deploy in scale test (#13872)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
2021-12-21 16:05:08 +08:00

12 lines
427 B
Python

# scale object
IMAGE_REPOSITORY = "harbor.zilliz.cc/milvus/milvus" # repository of milvus image
IMAGE_TAG = "master-20211213-d14fff0" # tag of milvus image
NAMESPACE = "chaos-testing" # namespace
IF_NOT_PRESENT = "IfNotPresent" # image pullPolicy IfNotPresent
ALWAYS = "Always" # image pullPolicy Always
MILVUS_LOGS_PATH = '/tmp/milvus' # path of milvus pod logs
# default scale config
DEFAULT_RELEASE_PREFIX = "scale"