Skip to content

[TRTLLM-13696][test] Add CPU only CI stages and migrated tests#15815

Draft
tongyuantongyu wants to merge 2 commits into
NVIDIA:mainfrom
tongyuantongyu:ytong/host-only-tests
Draft

[TRTLLM-13696][test] Add CPU only CI stages and migrated tests#15815
tongyuantongyu wants to merge 2 commits into
NVIDIA:mainfrom
tongyuantongyu:ytong/host-only-tests

Conversation

@tongyuantongyu

Copy link
Copy Markdown
Member

@coderabbitai summary

Description

This PR adds new CPU only CI stages and moved eligible tests to run without GPU. Also made a handful of fixes so TensorRT LLM can import properly without GPU.

Test Coverage

New CPU stages.

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.

@tongyuantongyu tongyuantongyu force-pushed the ytong/host-only-tests branch 2 times, most recently from 78e1fb1 to 54190f6 Compare July 1, 2026 08:23
@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stages "CPU-Generic-x86-1, CPU-Generic-arm-1"

@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #56883 Bot args parsing error: usage: /bot [-h]
{run,kill,skip,submit,reviewers,reuse-pipeline,reuse-review} ...
/bot: error: unrecognized arguments: --stages CPU-Generic-x86-1, CPU-Generic-arm-1

Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #56886 [ run ] triggered by Bot. Commit: 54190f6 Link to invocation

@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1"

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #56886 [ run ] completed with state FAILURE. Commit: 54190f6
/LLM/main/L0_MergeRequest_PR pipeline #45694 (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 #56898 [ run ] triggered by Bot. Commit: 9e7e885 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #56898 [ run ] completed with state FAILURE. Commit: 9e7e885
/LLM/main/L0_MergeRequest_PR pipeline #45707 (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

@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1" --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57075 [ run ] triggered by Bot. Commit: 9e7e885 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57075 [ run ] completed with state SUCCESS. Commit: 9e7e885
/LLM/main/L0_MergeRequest_PR pipeline #45865 (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

@tongyuantongyu tongyuantongyu force-pushed the ytong/host-only-tests branch from 9e7e885 to de5e4f5 Compare July 2, 2026 09:39
@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1" --disable-fail-fast

@tongyuantongyu tongyuantongyu force-pushed the ytong/host-only-tests branch from de5e4f5 to 5d73a0c Compare July 3, 2026 02:58
@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1" --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57326 [ run ] triggered by Bot. Commit: 5d73a0c Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57326 [ run ] completed with state FAILURE. Commit: 5d73a0c
/LLM/main/L0_MergeRequest_PR pipeline #46084 (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

@tongyuantongyu tongyuantongyu force-pushed the ytong/host-only-tests branch from 5d73a0c to 224f08d Compare July 3, 2026 07:27
@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1" --disable-fail-fast

1 similar comment
@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1" --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57405 [ run ] triggered by Bot. Commit: 224f08d Link to invocation

Signed-off-by: Yuan Tong <13075180+tongyuantongyu@users.noreply.github.com>
@tongyuantongyu tongyuantongyu force-pushed the ytong/host-only-tests branch from 224f08d to b9f517b Compare July 3, 2026 08:51
@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1" --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57405 [ run ] completed with state FAILURE. Commit: 224f08d
/LLM/main/L0_MergeRequest_PR pipeline #46149 (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 #57428 [ run ] triggered by Bot. Commit: b9f517b Link to invocation

Signed-off-by: Yuan Tong <13075180+tongyuantongyu@users.noreply.github.com>
@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57428 [ run ] completed with state FAILURE. Commit: b9f517b
/LLM/main/L0_MergeRequest_PR pipeline #46169 (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

@tongyuantongyu tongyuantongyu force-pushed the ytong/host-only-tests branch from b9f517b to 8472259 Compare July 3, 2026 09:49
@tongyuantongyu

Copy link
Copy Markdown
Member Author

/bot run --stage-list "CPU-Generic-x86-1, CPU-Generic-arm-1" --disable-fail-fast

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57444 [ run ] triggered by Bot. Commit: 8472259 Link to invocation

@tensorrt-cicd

Copy link
Copy Markdown
Collaborator

PR_Github #57444 [ run ] completed with state SUCCESS. Commit: 8472259
/LLM/main/L0_MergeRequest_PR pipeline #46182 (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

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