[skip e2e]Update config for chaos and deploy test (#17264)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/17269/head
zhuwenxing 2022-05-30 10:52:01 +08:00 committed by GitHub
parent 30610c4b2b
commit 7f7e710b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 6 deletions

View File

@ -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;

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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',

View File

@ -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',