Skip to content

[https://nvbugs/6465993][test] unwaive Nemotron 3 Super disaggregated tests#16505

Draft
chienchunhung wants to merge 6 commits into
NVIDIA:mainfrom
chienchunhung:codex/nvbug-6465993-unwaive-tests
Draft

[https://nvbugs/6465993][test] unwaive Nemotron 3 Super disaggregated tests#16505
chienchunhung wants to merge 6 commits into
NVIDIA:mainfrom
chienchunhung:codex/nvbug-6465993-unwaive-tests

Conversation

@chienchunhung

@chienchunhung chienchunhung commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

@coderabbitai summary

Description

Remove the three temporary test waivers added by #16495 for NVBug 6465993.

The waivers allowed #16444 to merge after CI build #48086 reported Test terminated unexpectedly for these cases. This PR makes them active again so targeted CI can collect fresh stability data before the bug is moved to verify-to-close:

  • TestNemotron3Super120B::test_auto_dtype[mtp_nextn=0-block_reuse=False-use_py_transceiver=False]
  • TestNemotron3Super120B::test_auto_dtype[mtp_nextn=3-block_reuse=True-use_py_transceiver=False]
  • TestNemotron3Super120B::test_ctx_dp2_gen_tp4

Test Coverage

  • All applicable pre-commit hooks passed, including duplicate-waiver and AST test-list validation.
  • git diff --check
  • Targeted CI pipeline #48175 is running the owning stage splits identified from build #48086:
    • DGX_B200-8_GPUs-PyTorch-1
    • DGX_B200-8_GPUs-PyTorch-2
    • DGX_B200-8_GPUs-PyTorch-4

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.

… tests

Signed-off-by: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
@chienchunhung

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "DGX_B200-8_GPUs-PyTorch-1, DGX_B200-8_GPUs-PyTorch-2, DGX_B200-8_GPUs-PyTorch-4"

@chienchunhung

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --stage-list "DGX_B200-8_GPUs-PyTorch-1, DGX_B200-8_GPUs-PyTorch-2, DGX_B200-8_GPUs-PyTorch-4"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #59749 [ run ] triggered by Bot. Commit: 8c2dec6 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #59749 [ run ] completed with state SUCCESS. Commit: 8c2dec6
/LLM/main/L0_MergeRequest_PR pipeline #48175 (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: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
@chienchunhung

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-reuse-test --stage-list "DGX_B200-8_GPUs-PyTorch-4"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #59836 [ run ] triggered by Bot. Commit: 307cc47 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #59836 [ run ] completed with state FAILURE. Commit: 307cc47
/LLM/main/L0_MergeRequest_PR pipeline #48243 (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

@chienchunhung

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --disable-reuse-test --stage-list "DGX_B200-8_GPUs-PyTorch-4"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #59852 [ run ] triggered by Bot. Commit: 307cc47 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #59852 [ run ] completed with state SUCCESS. Commit: 307cc47
/LLM/main/L0_MergeRequest_PR pipeline #48257 (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: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
@chienchunhung

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --disable-reuse-test --stage-list "DGX_B200-8_GPUs-PyTorch-4"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #59892 [ run ] triggered by Bot. Commit: 88956d5 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #59892 [ run ] completed with state SUCCESS. Commit: 88956d5
/LLM/main/L0_MergeRequest_PR pipeline #48293 (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: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
@chienchunhung

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --disable-reuse-test --stage-list "DGX_B200-8_GPUs-PyTorch-4"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #60003 [ run ] triggered by Bot. Commit: ae69749 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #60003 [ run ] completed with state FAILURE. Commit: ae69749
/LLM/main/L0_MergeRequest_PR pipeline #48394 (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: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
@chienchunhung

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --disable-reuse-test --stage-list "DGX_B200-8_GPUs-PyTorch-4"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #60022 [ run ] triggered by Bot. Commit: 2c060e6 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #60022 [ run ] completed with state FAILURE. Commit: 2c060e6
/LLM/main/L0_MergeRequest_PR pipeline #48412 (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: Chien-Chun Hung <2679986+chienchunhung@users.noreply.github.com>
@chienchunhung

Copy link
Copy Markdown
Collaborator Author

/bot run --disable-fail-fast --disable-reuse-test --stage-list "DGX_B200-8_GPUs-PyTorch-4"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #60066 [ run ] triggered by Bot. Commit: 51ff2ca Link to invocation

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.

2 participants