Skip to content

[None][infra] Test DFW with BSL branch - #14597

Merged
yuanjingx87 merged 8 commits into
NVIDIA:mainfrom
yuanjingx87:user/yuanjingx/test_dfw_with_bsl
Jun 9, 2026
Merged

[None][infra] Test DFW with BSL branch#14597
yuanjingx87 merged 8 commits into
NVIDIA:mainfrom
yuanjingx87:user/yuanjingx/test_dfw_with_bsl

Conversation

@yuanjingx87

@yuanjingx87 yuanjingx87 commented May 26, 2026

Copy link
Copy Markdown
Collaborator

Summary by CodeRabbit

  • Chores
    • Updated build system library reference to utilize development branch configuration for testing and integration enhancements.

Review Change Stack

Description

Test dfw cluster for single node stages with BSL update

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)

  • If PR introduces API changes, an appropriate PR label is added - either api-compatible or api-breaking. For api-breaking, include BREAKING in the PR title.

  • 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.

@yuanjingx87
yuanjingx87 requested a review from a team May 26, 2026 22:22
@yuanjingx87
yuanjingx87 requested a review from a team as a code owner May 26, 2026 22:22
@yuanjingx87
yuanjingx87 requested review from tburt-nv and yiqingy0 May 26, 2026 22:22
@yuanjingx87
yuanjingx87 marked this pull request as draft May 26, 2026 22:22
@coderabbitai

coderabbitai Bot commented May 26, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

Jenkins shared library reference updated in L0_Test.groovy: bloom-jenkins-shared-lib version changed from main to dev-yuanjingx-adjust_gb200_x4_platform_load_balancing, enabling use of a development branch for platform load balancing adjustments.

Changes

Jenkins Configuration Update

Layer / File(s) Summary
Bloom Jenkins shared library version update
jenkins/L0_Test.groovy
The @Library annotation for bloom-jenkins-shared-lib is updated to reference the dev-yuanjingx-adjust_gb200_x4_platform_load_balancing branch instead of main.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • ZhanruiSunCh
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description is incomplete and missing several required sections, with minimal detail about the actual changes and testing. Add a proper PR title following the template format, provide detailed explanations in the Description and Test Coverage sections, and ensure the PR checklist reflects the actual changes made to the Jenkins shared library reference.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title directly aligns with the main change: updating Jenkins shared library references to test DFW with a BSL branch.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@jenkins/L0_Test.groovy`:
- Line 1: Replace the mutable library reference
"bloom-jenkins-shared-lib@dev-yuanjingx-adjust_gb200_x4_platform_load_balancing"
in the `@Library` declaration with an immutable tag or commit SHA (e.g.,
bloom-jenkins-shared-lib@<TAG_OR_SHA>) to make L0_Test reproducible; if you need
to test the dev branch temporarily, add an explicit parameter/override (e.g.,
LIB_OVERRIDE) that, when provided, switches the library ref to the dev branch,
but default the `@Library` entry to the pinned tag/SHA so it matches other jobs
that use bloom-jenkins-shared-lib@main.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: c604a2b4-5f12-45a5-972e-501f8e93f42a

📥 Commits

Reviewing files that changed from the base of the PR and between a23207f and 1bbc4f2.

📒 Files selected for processing (1)
  • jenkins/L0_Test.groovy

Comment thread jenkins/L0_Test.groovy Outdated
@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-4_GPUs-PyTorch-PerfSanity-1,GB200-4_GPUs-PyTorch-PerfSanity-2,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-1,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-2,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-3,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-4,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-5,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-6,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-7"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50394 [ run ] triggered by Bot. Commit: 1bbc4f2 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50394 [ run ] completed with state SUCCESS. Commit: 1bbc4f2
/LLM/main/L0_MergeRequest_PR pipeline #39918 (Partly Tested) completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-4_GPUs-PyTorch-PerfSanity-1,GB200-4_GPUs-PyTorch-PerfSanity-2,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-1,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-2,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-3,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-4,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-5,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-6,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-7"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50606 [ run ] triggered by Bot. Commit: 1bbc4f2 Link to invocation

@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-4_GPUs-PyTorch-PerfSanity-1,GB200-4_GPUs-PyTorch-PerfSanity-2,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-1,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-2,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-3,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-4,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-5,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-6,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-7"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50606 [ run ] completed with state FAILURE. Commit: 1bbc4f2
/LLM/main/L0_MergeRequest_PR pipeline #40101 (Partly Tested) completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50611 [ run ] triggered by Bot. Commit: 1bbc4f2 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50611 [ run ] completed with state FAILURE. Commit: 1bbc4f2
/LLM/main/L0_MergeRequest_PR pipeline #40106 (Partly Tested) completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --stage-list "Build-Docker-Images"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50908 [ run ] triggered by Bot. Commit: c76e592 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #50908 [ run ] completed with state FAILURE. Commit: c76e592
/LLM/main/L0_MergeRequest_PR pipeline #40372 (Partly Tested) completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-4_GPUs-PyTorch-PerfSanity-1,GB200-4_GPUs-PyTorch-PerfSanity-2,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-1,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-2,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-3,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-4,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-5,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-6,GB200-4_GPUs-PyTorch-PerfSanity-Post-Merge-7"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #51079 [ run ] triggered by Bot. Commit: 92e5f01 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #51079 [ run ] completed with state SUCCESS. Commit: 92e5f01
/LLM/main/L0_MergeRequest_PR pipeline #40521 (Partly Tested) completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

Link to invocation

@yuanjingx87
yuanjingx87 force-pushed the user/yuanjingx/test_dfw_with_bsl branch from 92e5f01 to fc06896 Compare June 2, 2026 22:47
@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-3,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-1,GB200-8_GPUs-2_Nodes-PyTorch-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #51689 [ run ] triggered by Bot. Commit: fc06896 Link to invocation

@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-3,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-1,GB200-8_GPUs-2_Nodes-PyTorch-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #51713 [ run ] triggered by Bot. Commit: fc06896 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #51689 [ run ] completed with state ABORTED. Commit: fc06896

Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #51713 [ run ] completed with state SUCCESS. Commit: fc06896
/LLM/main/L0_MergeRequest_PR pipeline #41089 (Partly Tested) completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
@yuanjingx87
yuanjingx87 force-pushed the user/yuanjingx/test_dfw_with_bsl branch from 920cabb to 7fd0d48 Compare June 8, 2026 09:44
@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-3,GB200-4_GPUs-PyTorch-4,GB200-4_GPUs-PyTorch-5,GB200-4_GPUs-PyTorch-6,GB200-4_GPUs-PyTorch-7,GB200-4_GPUs-PyTorch-8,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-1,GB200-8_GPUs-2_Nodes-PyTorch-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3" --disable-reuse-test

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52743 [ run ] triggered by Bot. Commit: 7fd0d48 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52743 [ run ] completed with state SUCCESS. Commit: 7fd0d48
/LLM/main/L0_MergeRequest_PR pipeline #42005 (Partly Tested) completed with status: 'SUCCESS'
Pipeline passed with automatic retried tests. Check the rerun report for details.

CI Report

Link to invocation

Wire clusterName through renderTestDB and recordRenderedStageAttemptEstimate
so that estimateRenderedStageAttemptMillis (in trtllm-jenkins-shared-lib) can
read per-cluster .test_durations_<clusterKey> files when useClusterDurations=true.
Also update the @Library reference to point at the new shared-lib branch and
refresh aws_dfw duration data.

Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-3,GB200-4_GPUs-PyTorch-4,GB200-4_GPUs-PyTorch-5,GB200-4_GPUs-PyTorch-6,GB200-4_GPUs-PyTorch-7,GB200-4_GPUs-PyTorch-8,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-1,GB200-8_GPUs-2_Nodes-PyTorch-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3" --disable-reuse-test

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52836 [ run ] triggered by Bot. Commit: 55becb4 Link to invocation

Comment thread jenkins/L0_Test.groovy Outdated
Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "GB200-4_GPUs-PyTorch-1,GB200-4_GPUs-PyTorch-2,GB200-4_GPUs-PyTorch-3,GB200-4_GPUs-PyTorch-4,GB200-4_GPUs-PyTorch-5,GB200-4_GPUs-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-1,GB200-8_GPUs-2_Nodes-PyTorch-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-1,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-2,GB200-8_GPUs-2_Nodes-PyTorch-Post-Merge-3" --disable-reuse-test

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52860 [ run ] triggered by Bot. Commit: 25415c6 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #52860 [ run ] completed with state FAILURE. Commit: 25415c6
/LLM/main/L0_MergeRequest_PR pipeline #42112 (Partly Tested) completed with status: 'FAILURE'

CI Report

⚠️ Action Required:

  • Please check the failed tests and fix your PR
  • If you cannot view the failures, ask the CI triggerer to share details
  • Once fixed, request an NVIDIA team member to trigger CI again

CI Agent Failure Analysis

Link to invocation

@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot skip --comment "Got cleaned CI pipeline already"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #53047 [ skip ] triggered by Bot. Commit: 25415c6 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #53047 [ skip ] completed with state SUCCESS. Commit: 25415c6
Skipping testing for commit 25415c6

Link to invocation

Signed-off-by: Yuanjing Xue <197832395+yuanjingx87@users.noreply.github.com>
@yuanjingx87
yuanjingx87 marked this pull request as ready for review June 9, 2026 15:19
@yuanjingx87

Copy link
Copy Markdown
Collaborator Author

/bot skip --comment "Got cleaned CI pipeline already"

@yuanjingx87
yuanjingx87 enabled auto-merge (squash) June 9, 2026 15:19
@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

⚠️ Bot command ignored: The /bot command must appear at the very beginning of the comment (no leading blank lines or spaces). Please post a new comment with /bot as the first character.

@tburt-nv

tburt-nv commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

/bot skip --comment "Got cleaned CI pipeline already"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #53087 [ skip ] triggered by Bot. Commit: a98736c Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #53087 [ skip ] completed with state SUCCESS. Commit: a98736c
Skipping testing for commit a98736c

Link to invocation

@yuanjingx87
yuanjingx87 merged commit 58fbfb9 into NVIDIA:main Jun 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants