[CI] Migrate Attention Backend tests to test/registered/attention/#15563
Merged
Kangyan-Zhou merged 12 commits intomainfrom Dec 23, 2025
Merged
[CI] Migrate Attention Backend tests to test/registered/attention/#15563Kangyan-Zhou merged 12 commits intomainfrom
Kangyan-Zhou merged 12 commits intomainfrom
Conversation
Migrate 12 attention-related test files to the new registry-based CI structure. Per-commit tests (stage-b-test-small-1-gpu): - test_radix_cache_unit.py, test_create_kvindices.py - test_triton_attention_kernels.py, test_wave_attention_kernels.py - test_radix_attention.py, test_torch_native_attention_backend.py - test_triton_attention_backend.py, test_triton_sliding_window.py Per-commit tests (stage-c-test-large-4-gpu - NEW): - test_local_attn.py (requires 4x H100 GPUs) Nightly tests (nightly-1-gpu): - test_fa3.py, test_hybrid_attn_backend.py, test_flash_attention_4.py Infrastructure changes: - Add stage-c-test-large-4-gpu suite to run_suite.py - Add stage-c-test-large-4-gpu job to pr-test.yml workflow - Add stage to slash_command_handler.py for /rerun-stage support Part of #13808
Contributor
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
Collaborator
Author
|
/tag-and-rerun-ci |
- Remove 12 attention test entries from legacy test/srt/run_suite.py - per-commit-1-gpu: 10 tests removed - per-commit-4-gpu: test_local_attn.py removed - per-commit-4-gpu-b200: test_flash_attention_4.py removed - per-commit-amd: 6 tests removed - Add CI_MIGRATION_PLAN.md documenting the migration process
Collaborator
Author
|
/rerun-stage stage-b-test-small-1-gpu |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Collaborator
Author
…1-gpu These tests have SM 90+/100+ skip decorators and will skip on runners without appropriate hardware.
…u-b200 suite The test file was migrated to test/registered/attention/ but the reference was re-introduced through a merge from main, causing the quantization-test CI job to fail with 'test file does not exist on disk' error.
Collaborator
Author
jiaming1130
pushed a commit
to zhuyijie88/sglang
that referenced
this pull request
Dec 25, 2025
This was referenced Jan 5, 2026
YChange01
pushed a commit
to YChange01/sglang
that referenced
this pull request
Jan 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
test/registered/attention/)stage-c-test-large-4-gpusuite for 4-GPU H100 testsTest Files Migrated
Per-commit (stage-b-test-small-1-gpu): ~8.8 min total
Per-commit (stage-b-test-large-1-gpu): ~11.7 min total
Per-commit (stage-c-test-large-4-gpu - NEW): ~3.3 min total
Infrastructure Changes
stage-c-test-large-4-gpusuite totest/run_suite.pystage-c-test-large-4-gpujob to.github/workflows/pr-test.yml(uses 4-gpu-h100 runner)scripts/ci/slash_command_handler.pyfor/rerun-stagesupportTest plan