From 5727727024718267807a905e68ad6ec994103964 Mon Sep 17 00:00:00 2001 From: Cheng Wan Date: Fri, 11 Jul 2025 13:48:46 -0700 Subject: [PATCH] temporarily disable deepep-8-gpu and activate two small tests --- .github/workflows/pr-test.yml | 42 +++++++++++++++++------------------ test/srt/test_deepep_small.py | 4 ++-- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 2378695e21ee..b29bf63f4576 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -324,33 +324,33 @@ jobs: cd test/srt python3 run_suite.py --suite per-commit-4-gpu-deepep - unit-test-deepep-8-gpu: - if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') && - github.event.pull_request.draft == false - runs-on: 8-gpu-runner - needs: [ - unit-test-deepep-4-gpu, - ] - steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Install dependencies - run: | - bash scripts/ci_install_deepep.sh - - - name: Run test - timeout-minutes: 20 - run: | - cd test/srt - python3 run_suite.py --suite per-commit-8-gpu-deepep + # unit-test-deepep-8-gpu: + # if: (github.repository == 'sgl-project/sglang' || github.event_name == 'pull_request') && + # github.event.pull_request.draft == false + # runs-on: 8-gpu-runner + # needs: [ + # unit-test-deepep-4-gpu, + # ] + # steps: + # - name: Checkout code + # uses: actions/checkout@v4 + # + # - name: Install dependencies + # run: | + # bash scripts/ci_install_deepep.sh + # + # - name: Run test + # timeout-minutes: 20 + # run: | + # cd test/srt + # python3 run_suite.py --suite per-commit-8-gpu-deepep finish: if: always() needs: [ unit-test-frontend, unit-test-backend-1-gpu, unit-test-backend-2-gpu, unit-test-backend-4-gpu, unit-test-backend-8-gpu, performance-test-1-gpu-part-1, performance-test-1-gpu-part-2, performance-test-2-gpu, - accuracy-test-1-gpu, accuracy-test-2-gpu, unit-test-deepep-4-gpu, unit-test-deepep-8-gpu, + accuracy-test-1-gpu, accuracy-test-2-gpu, unit-test-deepep-4-gpu, # unit-test-deepep-8-gpu, ] runs-on: ubuntu-latest steps: diff --git a/test/srt/test_deepep_small.py b/test/srt/test_deepep_small.py index a60f8296c67b..9724ae735f97 100644 --- a/test/srt/test_deepep_small.py +++ b/test/srt/test_deepep_small.py @@ -144,7 +144,7 @@ def test_gsm8k(self): self.assertGreater(metrics["accuracy"], 0.62) -@unittest.skip("covered in test_deepep_large.py") +# @unittest.skip("covered in test_deepep_large.py") class TestNoGatherdBuffer(CustomTestCase): @classmethod def setUpClass(cls): @@ -239,7 +239,7 @@ def test_gsm8k(self): self.assertGreater(metrics["accuracy"], 0.62) -@unittest.skip("covered in TestMTPWithTBO") +# @unittest.skip("covered in TestMTPWithTBO") class TestMTP(CustomTestCase): @classmethod def setUpClass(cls):