ci: migrate RL tests to test/registered/rl/#16417
Conversation
Part of #13808 Migrate RL (reinforcement learning) tests from test/srt/rl/ to the new test/registered/ CI system with proper registration decorators: 1-GPU tests (stage-b-test-small-1-gpu): - test_fp32_lm_head.py (CUDA=9s, AMD=15s) - test_update_weights_from_tensor.py (CUDA=195s) 2-GPU tests (stage-b-test-large-2-gpu): - test_update_weights_from_distributed.py (CUDA=103s, AMD=103s) 4-GPU tests (per-commit-4-gpu): - test_return_routed_experts.py (CUDA=300s) The disabled test_update_weights_from_disk.py remains in test/srt/rl/ as it's currently disabled in CI.
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
/tag-and-rerun-ci |
This comment was marked as resolved.
This comment was marked as resolved.
…th disabled flag - Move test from test/srt/rl/ to test/registered/rl/ - Add CI registration with disabled="see #14021" since this test is currently disabled in CI
pre-existing issue. checking how to fix |
|
/rerun-stage stage-b-test-small-1-gpu-amd |
|
✅ Triggered It will not be shown in this page. Check the Actions tab for progress. |
|
/rerun-stage stage-b-test-large-2-gpu-amd |
|
✅ Triggered It will not be shown in this page. Check the Actions tab for progress. |
|
/rerun-stage stage-c-test-large-4-gpu |
|
✅ Triggered It will not be shown in this page. Check the Actions tab for progress. |
|
/rerun-stage stage-b-test-large-2-gpu |
|
✅ Triggered It will not be shown in this page. Check the Actions tab for progress. |
|
/rerun-stage stage-b-test-small-1-gpu |
|
✅ Triggered It will not be shown in this page. Check the Actions tab for progress. |
Summary
test/srt/rl/to the newtest/registered/CI system with proper registration decorators1-GPU tests (stage-b-test-small-1-gpu)
test_fp32_lm_head.pytest_update_weights_from_tensor.py2-GPU tests (stage-b-test-large-2-gpu / per-commit-2-gpu-amd)
test_update_weights_from_distributed.py4-GPU tests (per-commit-4-gpu)
test_return_routed_experts.pyNote: The disabled
test_update_weights_from_disk.pyremains intest/srt/rl/as it's currently disabled in CI (see #13998).Test plan