Integrate reportportal into nightly CI (#7246)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/7290/head
zhuwenxing 2021-08-25 15:11:52 +08:00 committed by GitHub
parent ea64116891
commit 1bd83479aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -78,7 +78,7 @@ pipeline {
--install-extra-arg "--set etcd.enabled=false --set externalEtcd.enabled=true --set externalEtcd.endpoints={\$KRTE_POD_IP:2379}" \
--skip-export-logs \
--skip-cleanup \
--test-extra-arg "--tags smoke L0 L1 L2" \
--test-extra-arg "--tags smoke L0 L1 L2 --reportportal" \
--test-timeout ${e2e_timeout_seconds}
"""
// } else if ("${MILVUS_CLIENT}" == "pymilvus-orm") {

View File

@ -8,5 +8,11 @@ addopts = --ip localhost --host localhost --html=/tmp/ci_logs/report.html --self
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

View File

@ -24,3 +24,4 @@ delayed-assert
kubernetes==17.17.0
PyYAML==5.4.1
pytest-sugar==0.9.4
pytest-reportportal==5.0.10