mirror of https://github.com/milvus-io/milvus.git
Disable -n 4 during run tests
Signed-off-by: del-zhenwu <zhenxiang.li@zilliz.com>pull/4973/head^2
parent
ac186cc0e5
commit
3c72f09d63
|
@ -27,7 +27,7 @@ services:
|
|||
- ../../..:/milvus-distributed:delegated
|
||||
working_dir: "/milvus-distributed/tests/python_test"
|
||||
command: >
|
||||
/bin/bash -c "sleep 10s && pytest --tags=0331 --ip proxynode -n 4"
|
||||
/bin/bash -c "sleep 10s && pytest --tags=0331 --ip proxynode"
|
||||
networks:
|
||||
- milvus
|
||||
|
||||
|
@ -42,7 +42,7 @@ services:
|
|||
- ../../..:/milvus-distributed:delegated
|
||||
working_dir: "/milvus-distributed/tests/python_test"
|
||||
command: >
|
||||
/bin/bash -c "sleep 10s && pytest --tags=0331 --ip standalone -n 4"
|
||||
/bin/bash -c "sleep 10s && pytest --tags=0331 --ip standalone"
|
||||
networks:
|
||||
- milvus
|
||||
|
||||
|
|
Loading…
Reference in New Issue