mirror of https://github.com/milvus-io/milvus.git
[skip ci]Keep first deployment running longer time on weekend (#10732)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/10742/head
parent
84f5075452
commit
a22964423f
|
@ -91,7 +91,7 @@ jobs:
|
|||
pip install --upgrade protobuf
|
||||
|
||||
- name: First Milvus Deployment
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 60
|
||||
shell: bash
|
||||
working-directory: tests/python_client/deploy
|
||||
run: |
|
||||
|
@ -117,6 +117,7 @@ jobs:
|
|||
|
||||
|
||||
# uninstall milvus
|
||||
if [[ $(date +%w) -eq 0 || $(data +%w) -eq 6 ]]; then sleep 1800s; fi
|
||||
helm uninstall deploy-testing
|
||||
|
||||
- name: Seconde Milvus Deployment
|
||||
|
|
Loading…
Reference in New Issue