mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix kubectl wait for chaos test (#12305)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>pull/12311/head
parent
dbcb153687
commit
0ed12dab14
|
@ -87,8 +87,8 @@ then
|
|||
fi
|
||||
sleep 30s
|
||||
echo "start running e2e test"
|
||||
kubectl wait --for=condition=Ready pod -l app.kubernetes.io/instance=milvus-chaos -n chaos-testing --timeout=360s
|
||||
kubectl wait --for=condition=Ready pod -l release=milvus-chaos -n chaos-testing --timeout=360s
|
||||
kubectl wait --for=condition=Ready pod -l app.kubernetes.io/instance=${release} -n chaos-testing --timeout=360s
|
||||
kubectl wait --for=condition=Ready pod -l release=${release} -n chaos-testing --timeout=360s
|
||||
|
||||
python scripts/hello_milvus.py --host "$host" || echo "e2e test fail"
|
||||
|
||||
|
|
Loading…
Reference in New Issue