mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
* add xpu ci * add case * add case * fix ci bug * Update Docker image tag to 'latest' in CI workflow * Fix set -e usage in run_xpu_ci_pytest.sh * add pd case * add case * Configure pip to use Tsinghua mirror for dependencies Set the global pip index URL to Tsinghua mirror. * fix ci bug * fix bug * fix bug --------- Co-authored-by: suijiaxin <suijiaxin@Suis-MacBook-Pro.local> Co-authored-by: root <root@gajl-bbc-onlinec-com-1511964.gajl.baidu.com> Co-authored-by: root <root@gajl-bbc-onlinec-com-1511972.gajl.baidu.com>
11 lines
308 B
INI
11 lines
308 B
INI
[pytest]
|
|
# 跳过目录
|
|
addopts =
|
|
--ignore=tests/ci_use
|
|
--ignore=tests/ce
|
|
--ignore=tests/operators/test_fused_moe.py
|
|
--ignore=tests/operators/test_w4afp8_gemm.py
|
|
--ignore=tests/model_loader/test_w4a8_model.py
|
|
--ignore=tests/entrypoints/test_engine_client.py
|
|
--ignore=tests/xpu_ci
|