mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
068cc14313
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
18 lines
524 B
INI
18 lines
524 B
INI
[pytest]
|
|
|
|
|
|
addopts = --host localhost --html=/tmp/ci_logs/report.html --self-contained-html -v
|
|
# -;addopts = --host 172.28.255.155 --html=/tmp/report.html
|
|
# python3 -W ignore -m pytest
|
|
|
|
log_format = [%(asctime)s - %(levelname)s - %(name)s]: %(message)s (%(filename)s:%(lineno)s)
|
|
log_date_format = %Y-%m-%d %H:%M:%S
|
|
|
|
rp_endpoint = https://reportportal.zilliz.cc
|
|
rp_uuid = bc426136-4ed0-4a87-a20c-0ab64426bb8a
|
|
rp_launch = Nightly_CI
|
|
rp_project = milvus
|
|
rp_ignore_errors = True
|
|
|
|
filterwarnings =
|
|
ignore::DeprecationWarning |