[None][chore] Add test lists with multi-gpu test to CI multi-gpu test trigger files#14087
Conversation
|
/bot help |
GitHub Bot Help
Provide a user friendly way for developers to interact with a Jenkins server. Run See details below for each supported subcommand. Details
Launch build/test pipelines. All previously running jobs will be killed.
kill
Kill all running builds associated with pull request. skip
Skip testing for latest commit on pull request. reuse-pipeline
Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the pull request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break. |
📝 WalkthroughWalkthroughThe PR updates Jenkins pipeline logic to recognize additional GPU and multi-node test configurations as triggers for multi-GPU test runs. The ChangesMulti-GPU File Change Detection
Possibly related PRs
Suggested reviewers
🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
|
/bot run --skip-test |
|
PR_Github #48152 [ run ] triggered by Bot. Commit: |
|
PR_Github #48152 [ run ] completed with state |
d594f05 to
e27185f
Compare
|
/bot run |
|
PR_Github #48350 [ run ] triggered by Bot. Commit: |
|
PR_Github #48350 [ run ] completed with state
|
Note: tests/integration/test_lists/test-db/l0_gb300.yml and tests/integration/test_lists/test-db/l0_rtx_pro_6000.yml contains both single gpu and multi gpu tests. Adding them to avoid missing. Signed-off-by: Pengbo Wang <221450789+pengbowang-nv@users.noreply.github.com>
e27185f to
a03fbde
Compare
|
/bot run --disable-fail-fast |
|
PR_Github #50525 [ run ] triggered by Bot. Commit: |
|
PR_Github #50525 [ run ] completed with state
|
|
/bot run |
|
PR_Github #50667 [ run ] triggered by Bot. Commit: |
|
PR_Github #50667 [ run ] completed with state |
Summary by CodeRabbit
Description
Add test lists with multi-gpu tests to CI multi-gpu test trigger files, so that we can avoid PR for adding a test to multi-gpu test list get merged without triggering and runing multi-gpu tests.
Note: tests/integration/test_lists/test-db/l0_gb300.yml and tests/integration/test_lists/test-db/l0_rtx_pro_6000.yml contains both single gpu and multi gpu tests. Adding them to avoid missing.
Test Coverage
PR Checklist
Please review the following before submitting your PR:
PR description clearly explains what and why. If using CodeRabbit's summary, please make sure it makes sense.
PR Follows TRT-LLM CODING GUIDELINES to the best of your knowledge.
Test cases are provided for new code paths (see test instructions)
Any new dependencies have been scanned for license and vulnerabilities
CODEOWNERS updated if ownership changes
Documentation updated as needed
Update tava architecture diagram if there is a significant design change in PR.
The reviewers assigned automatically/manually are appropriate for the PR.
Please check this after reviewing the above items as appropriate for this PR.
GitHub Bot Help
To see a list of available CI bot commands, please comment
/bot help.