mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add a command to get long name of master-latest (#10602)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/10610/head
parent
138669487d
commit
2667103ba4
|
@ -61,6 +61,8 @@ jobs:
|
|||
shell: bash
|
||||
working-directory: tests/python_client/chaos
|
||||
run: |
|
||||
echo "latest tag:"
|
||||
bash ../../../scripts/docker_image_find_tag.sh -n milvusdb/milvus-dev -t master-latest -f master- -F -L -q
|
||||
helm repo add milvus https://milvus-io.github.io/milvus-helm
|
||||
helm repo update
|
||||
helm install --wait --timeout 360s milvus-chaos milvus/milvus -f cluster-values.yaml -n=chaos-testing
|
||||
|
|
Loading…
Reference in New Issue