mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update config for chaos and deploy test (#17264)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/17269/head
parent
30610c4b2b
commit
7f7e710b55
|
@ -297,7 +297,6 @@ jobs:
|
|||
working-directory: tests/python_client/deploy
|
||||
run: |
|
||||
# uninstall milvus
|
||||
if [[ $(date +%w) -eq 0 || $(data +%w) -eq 6 ]]; then sleep 1800s; fi
|
||||
if [ ${{ matrix.mode }} == "standalone" ];
|
||||
then
|
||||
kubectl delete pod -l app.kubernetes.io/instance=deploy-testing --grace-period=0 --force;
|
||||
|
|
|
@ -51,7 +51,6 @@ jobs:
|
|||
shell: bash
|
||||
command: |
|
||||
pip install -r tests/python_client/requirements.txt
|
||||
pip install --upgrade protobuf
|
||||
|
||||
- name: Deploy Chaos Mesh
|
||||
shell: bash
|
||||
|
|
|
@ -57,7 +57,6 @@ jobs:
|
|||
shell: bash
|
||||
command: |
|
||||
pip install -r tests/python_client/requirements.txt --trusted-host https://test.pypi.org
|
||||
pip install --upgrade protobuf
|
||||
|
||||
- name: Deploy Chaos Mesh
|
||||
timeout-minutes: 2
|
||||
|
|
|
@ -57,7 +57,6 @@ jobs:
|
|||
shell: bash
|
||||
command: |
|
||||
pip install -r tests/python_client/requirements.txt --trusted-host https://test.pypi.org
|
||||
pip install --upgrade protobuf
|
||||
|
||||
- name: Deploy Chaos Mesh
|
||||
timeout-minutes: 2
|
||||
|
|
|
@ -41,7 +41,7 @@ pipeline {
|
|||
string(
|
||||
description: 'New Image Repository',
|
||||
name: 'new_image_repository',
|
||||
defaultValue: 'milvusdb/milvus-dev'
|
||||
defaultValue: 'registry.milvus.io/milvus/milvus'
|
||||
)
|
||||
string(
|
||||
description: 'New Version Image Tag',
|
||||
|
|
|
@ -41,7 +41,7 @@ pipeline {
|
|||
string(
|
||||
description: 'New Image Repository',
|
||||
name: 'new_image_repository',
|
||||
defaultValue: 'milvusdb/milvus-dev'
|
||||
defaultValue: 'registry.milvus.io/milvus/milvus'
|
||||
)
|
||||
string(
|
||||
description: 'New Version Image Tag',
|
||||
|
|
Loading…
Reference in New Issue