[XPU] [CI] Xpu Ci Refactor (#5252)

* 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>
This commit is contained in:
Jiaxin Sui
2025-12-02 17:15:51 +08:00
committed by GitHub
parent 6b03f4fb53
commit 8e0f4dfd0c
12 changed files with 1944 additions and 1 deletions

View File

@@ -82,5 +82,5 @@ jobs:
${docker_image} /bin/bash -c "
git config --global --add safe.directory /workspace/FastDeploy
cd FastDeploy
bash scripts/run_ci_xpu.sh
bash scripts/run_xpu_ci_pytest.sh
"