Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
88e73ed0
Unverified
Commit
88e73ed0
authored
Oct 12, 2025
by
Lianmin Zheng
Committed by
GitHub
Oct 12, 2025
Browse files
Temporarily remove b200 tests (#11501)
parent
4b15fa00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
28 deletions
+28
-28
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+28
-28
No files found.
.github/workflows/pr-test.yml
View file @
88e73ed0
...
...
@@ -664,34 +664,34 @@ jobs:
cd test/srt
python3 run_suite.py --suite per-commit-8-gpu-deepep
unit-test-backend-4-gpu-b200
:
needs
:
[
check-changes
,
unit-test-backend-2-gpu
,
sgl-kernel-build-wheels
]
if
:
always() && !failure() && !cancelled() &&
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
runs-on
:
4-gpu-b200
strategy
:
fail-fast
:
false
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v4
-
name
:
Download artifacts
if
:
needs.check-changes.outputs.sgl_kernel == 'true'
uses
:
actions/download-artifact@v4
with
:
path
:
sgl-kernel/dist/
merge-multiple
:
true
pattern
:
wheel-python3.10-cuda12.9
-
name
:
Install dependencies
run
:
|
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh
-
name
:
Run test
timeout-minutes
:
45
run
:
|
cd test/srt
python3 run_suite.py --suite per-commit-4-gpu-b200 --auto-partition-id 0 --auto-partition-size 1 --timeout-per-file 3600
#
unit-test-backend-4-gpu-b200:
#
needs: [check-changes, unit-test-backend-2-gpu, sgl-kernel-build-wheels]
#
if: always() && !failure() && !cancelled() &&
#
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
#
runs-on: 4-gpu-b200
#
strategy:
#
fail-fast: false
#
steps:
#
- name: Checkout code
#
uses: actions/checkout@v4
#
#
- name: Download artifacts
#
if: needs.check-changes.outputs.sgl_kernel == 'true'
#
uses: actions/download-artifact@v4
#
with:
#
path: sgl-kernel/dist/
#
merge-multiple: true
#
pattern: wheel-python3.10-cuda12.9
#
#
- name: Install dependencies
#
run: |
#
CUSTOM_BUILD_SGL_KERNEL=${{needs.check-changes.outputs.sgl_kernel}} IS_BLACKWELL=1 bash scripts/ci/ci_install_dependency.sh
#
#
- name: Run test
#
timeout-minutes: 45
#
run: |
#
cd test/srt
#
python3 run_suite.py --suite per-commit-4-gpu-b200 --auto-partition-id 0 --auto-partition-size 1 --timeout-per-file 3600
pr-test-finish
:
needs
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment