mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Update artifacts name of log (#14770)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/14787/head
parent
5b2699f798
commit
f95d051eb2
|
@ -67,7 +67,7 @@ jobs:
|
|||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: logs-${{ matrix.mode }}-${{ matrix.task }}
|
||||
name: docker-compose-logs-${{ matrix.mode }}-${{ matrix.task }}
|
||||
path: tests/python_client/deploy/${{ matrix.mode }}/logs
|
||||
|
||||
test-helm-install:
|
||||
|
@ -189,7 +189,7 @@ jobs:
|
|||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: helm-deploy-logs-${{ matrix.task }}
|
||||
name: helm-log-${{ matrix.mode }}-${{ matrix.task }}
|
||||
path: tests/python_client/deploy/k8s_logs
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue