mirror of https://github.com/milvus-io/milvus.git
[skip ci]Update release name in export logs step (#12544)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/12547/head
parent
26b9d0e9f7
commit
054f8a0cf2
|
@ -166,7 +166,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
|
||||
|
|
Loading…
Reference in New Issue