mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
[skip ci]Keep first deployment running longer time on weekend (#10732)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
84f5075452
commit
a22964423f
3
.github/workflows/deploy-test.yaml
vendored
3
.github/workflows/deploy-test.yaml
vendored
@ -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…
x
Reference in New Issue
Block a user