[skip e2e]Fix export log (#14671)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
pull/14688/head^2
zhuwenxing 2021-12-31 14:31:39 +08:00 committed by GitHub
parent a7715051ce
commit 83eede1b5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ jobs:
kubectl get po -n chaos-testing
# export k8s log for chaos mesh and milvus
bash ../../scripts/export_log_k8s.sh chaos-testing ${{ env.RELEASE }} k8s_logs/data-consist-test
bash ../../scripts/export_log_k8s.sh chaos-testing chaos-daemon
bash ../../scripts/export_log_k8s.sh chaos-testing chaos-daemon k8s_logs/chaos-mesh-daemon
- name: Upload logs
if: ${{ always() }}