[skip ci]Fix release name in chaos test action (#13038)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/13056/head
zhuwenxing 2021-12-09 14:15:41 +08:00 committed by GitHub
parent 3e9e7f707b
commit e8240ee379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ jobs:
#in this step, verify whether pod has been killed by pod's age
kubectl get po -n chaos-testing
# export k8s log for chaos mesh and milvus
bash ../../scripts/export_log_k8s.sh chaos-testing milvus-chaos
bash ../../scripts/export_log_k8s.sh chaos-testing ${{ env.RELEASE }}
bash ../../scripts/export_log_k8s.sh chaos-testing chaos-daemon
- name: Upload logs

View File

@ -118,7 +118,7 @@ jobs:
working-directory: tests/python_client/chaos
run: |
kubectl config set-context --current --namespace=chaos-testing
bash scripts/uninstall_milvus.sh
bash scripts/uninstall_milvus.sh ${{ env.RELEASE }}
if [ ${{ matrix.pod }} != "standalone" ]; then helm install --wait --timeout 720s ${{ env.RELEASE }} milvus/milvus -f cluster-values.yaml -n=chaos-testing; fi
if [ ${{ matrix.pod }} == "standalone" ]; then helm install --wait --timeout 720s ${{ env.RELEASE }} milvus/milvus --set cluster.enabled=false --set etcd.replicaCount=1 --set minio.mode=standalone --set pulsar.enabled=false -n=chaos-testing; fi
kubectl get pods -n chaos-testing