mirror of https://github.com/milvus-io/milvus.git
Disable reportportal temporarily (#7388)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/7393/head
parent
4ea0df8dd6
commit
7c4b15e224
|
@ -79,7 +79,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 --reportportal" \
|
||||
--test-extra-arg "--tags smoke L0 L1 L2" \
|
||||
--test-timeout ${e2e_timeout_seconds}
|
||||
"""
|
||||
// } else if ("${MILVUS_CLIENT}" == "pymilvus-orm") {
|
||||
|
|
Loading…
Reference in New Issue