Disable reportportal temporarily (#7388)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/7393/head
binbin 2021-08-31 20:45:58 +08:00 committed by GitHub
parent 4ea0df8dd6
commit 7c4b15e224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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") {