[CI]Remove msgm-en and mmlu tests which cause timeout (#21733)

This commit is contained in:
Baizhou Zhang
2026-03-31 01:10:05 -07:00
committed by GitHub
parent 5628e908ae
commit d52757fe97
6 changed files with 43 additions and 42 deletions
-8
View File
@@ -687,10 +687,6 @@ jobs:
run: |
source /etc/profile.d/sglang-ci.sh
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_dependency.sh
pip install "setuptools==70.0.0"
git clone https://github.com/merrymercy/human-eval.git
cd human-eval
pip install -e . --no-build-isolation
- name: Run test
timeout-minutes: 30
@@ -802,10 +798,6 @@ jobs:
timeout-minutes: 20
run: |
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} bash scripts/ci/cuda/ci_install_dependency.sh
pip install "setuptools==70.0.0"
git clone https://github.com/merrymercy/human-eval.git
cd human-eval
pip install -e . --no-build-isolation
- name: Run test
timeout-minutes: 30