From 71886f27922e9e2a3cf12254d2b22ab58b37ce44 Mon Sep 17 00:00:00 2001 From: Teng Ma Date: Mon, 16 Mar 2026 13:22:32 +0800 Subject: [PATCH 1/2] [CI] fix musa build hang issue (#1666) Change make command to use 4 jobs for building --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dbaf5d4aa..3f68759e64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -219,7 +219,7 @@ jobs: run: | cd build source ~/.bashrc - make -j + make -j4 make install shell: bash From fd73547e265b92cc4f81249e1236cbcc648081b7 Mon Sep 17 00:00:00 2001 From: "shicanwei.scw" Date: Mon, 16 Mar 2026 14:00:51 +0800 Subject: [PATCH 2/2] [CI] force reinstall mooncake wheel (#1667) Signed-off-by: shicanwei --- scripts/tone_tests/scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tone_tests/scripts/common.sh b/scripts/tone_tests/scripts/common.sh index 1f9a926dc3..1c422bf2e3 100755 --- a/scripts/tone_tests/scripts/common.sh +++ b/scripts/tone_tests/scripts/common.sh @@ -86,7 +86,7 @@ docker_launch(){ fi local relative_path=${TEST_RUN_DIR#$BASE_DIR} local cleaned_path=${relative_path#/} - pip_cmd=$(append_str "${pip_cmd}" "pip install /test_run/$cleaned_path/whls/$mooncake_whl_file") + pip_cmd=$(append_str "${pip_cmd}" "pip install --force-reinstall /test_run/$cleaned_path/whls/$mooncake_whl_file") # Check if sglang-router is needed and missing if [[ "$registry_addr" == *"sglang"* ]]; then