Skip to content

Conversation

yuanjingx87
Copy link
Collaborator

Description

Please explain the issue and the solution in short.

Test Coverage

GitHub Bot Help

/bot [-h] ['run', 'kill', 'skip', 'reuse-pipeline'] ...

Provide a user friendly way for developers to interact with a Jenkins server.

Run /bot [-h|--help] to print this help message.

See details below for each supported subcommand.

run [--disable-fail-fast --skip-test --stage-list "A10-1, xxx" --gpu-type "A30, H100_PCIe" --add-multi-gpu-test --only-multi-gpu-test --disable-multi-gpu-test --post-merge --extra-stage "H100_PCIe-[Post-Merge]-1, xxx"]

Launch build/test pipelines. All previously running jobs will be killed.

--disable-fail-fast (OPTIONAL) : Disable fail fast on build/tests/infra failures.

--skip-test (OPTIONAL) : Skip all test stages, but still run build stages, package stages and sanity check stages. Note: Does NOT update GitHub check status.

--stage-list "A10-1, xxx" (OPTIONAL) : Only run the specified test stages. Examples: "A10-1, xxx". Note: Does NOT update GitHub check status.

--gpu-type "A30, H100_PCIe" (OPTIONAL) : Only run the test stages on the specified GPU types. Examples: "A30, H100_PCIe". Note: Does NOT update GitHub check status.

--only-multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitHub check status.

--disable-multi-gpu-test (OPTIONAL) : Disable the multi-GPU tests. Note: Does NOT update GitHub check status.

--add-multi-gpu-test (OPTIONAL) : Force run the multi-GPU tests. Will also run L0 pre-merge pipeline.

--post-merge (OPTIONAL) : Run the L0 post-merge pipeline instead of the ordinary L0 pre-merge pipeline.

--extra-stage "H100_PCIe-[Post-Merge]-1, xxx" (OPTIONAL) : Run the ordinary L0 pre-merge pipeline and specified test stages. Examples: --extra-stage "H100_PCIe-[Post-Merge]-1, xxx".

kill

kill

Kill all running builds associated with pull request.

skip

skip --comment COMMENT

Skip testing for latest commit on pull request. --comment "Reason for skipping build/test" is required. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

reuse-pipeline

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.

@yuanjingx87 yuanjingx87 marked this pull request as draft May 29, 2025 18:34
@yuanjingx87
Copy link
Collaborator Author

/bot run --stage-list "DGX_H100-4_GPUs-PyTorch-Others-1"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #6945 [ run ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #6945 [ run ] completed with state SUCCESS
/LLM/main/L0_MergeRequest_PR pipeline #5042 (Partly Tested) completed with status: 'SUCCESS'

@yuanjingx87 yuanjingx87 force-pushed the user/yuanjingx/multi_node_support_via_slurm branch 4 times, most recently from e69855c to be6e91e Compare June 2, 2025 22:32
@yuanjingx87
Copy link
Collaborator Author

/bot run --stage-list "GB200-4_GPUs-2_Nodes-PyTorch-[Post-Merge]-1"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7244 [ run ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7244 [ run ] completed with state FAILURE
/LLM/main/L0_MergeRequest_PR pipeline #5246 (Partly Tested) completed with status: 'FAILURE'

@yuanjingx87 yuanjingx87 force-pushed the user/yuanjingx/multi_node_support_via_slurm branch from be6e91e to 5b33894 Compare June 3, 2025 00:27
@yuanjingx87
Copy link
Collaborator Author

/bot run --stage-list "GB200-4_GPUs-2_Nodes-PyTorch-[Post-Merge]-1"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7256 [ run ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7256 [ run ] completed with state FAILURE
/LLM/main/L0_MergeRequest_PR pipeline #5256 (Partly Tested) completed with status: 'FAILURE'

@yuanjingx87 yuanjingx87 force-pushed the user/yuanjingx/multi_node_support_via_slurm branch from 5b33894 to afd5ede Compare June 3, 2025 02:07
@yuanjingx87
Copy link
Collaborator Author

/bot run --stage-list "GB200-4_GPUs-2_Nodes-PyTorch-[Post-Merge]-1"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7265 [ run ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7265 [ run ] completed with state FAILURE
/LLM/main/L0_MergeRequest_PR pipeline #5263 (Partly Tested) completed with status: 'FAILURE'

@yuanjingx87 yuanjingx87 force-pushed the user/yuanjingx/multi_node_support_via_slurm branch from afd5ede to 381bcbd Compare June 3, 2025 03:44
@yuanjingx87
Copy link
Collaborator Author

/bot run --stage-list "GB200-4_GPUs-2_Nodes-PyTorch-[Post-Merge]-1"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7278 [ run ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7278 [ run ] completed with state FAILURE
/LLM/main/L0_MergeRequest_PR pipeline #5274 (Partly Tested) completed with status: 'FAILURE'

@yuanjingx87
Copy link
Collaborator Author

/bot run --stage-list "GB200-4_GPUs-2_Nodes-PyTorch-[Post-Merge]-1"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7299 [ run ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7299 [ run ] completed with state FAILURE
/LLM/main/L0_MergeRequest_PR pipeline #5289 (Partly Tested) completed with status: 'ABORTED'

@yuanjingx87
Copy link
Collaborator Author

/bot run --stage-list "DGX_H100-4_GPUs-PyTorch-Others-1"

@yuanjingx87
Copy link
Collaborator Author

/bot run --stage-list "GB200-4_GPUs-2_Nodes-PyTorch-[Post-Merge]-1"

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7316 [ run ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #7317 [ run ] triggered by Bot

@yuanjingx87
Copy link
Collaborator Author

/bot run

yuanjingx87 and others added 10 commits June 18, 2025 03:09
Signed-off-by: Yuanjing Xue <[email protected]>
Signed-off-by: Yuanjing Xue <[email protected]>
Signed-off-by: Yuanjing Xue <[email protected]>
Signed-off-by: Yuanjing Xue <[email protected]>
Signed-off-by: Yuanjing Xue <[email protected]>
Signed-off-by: Yuanjing Xue <[email protected]>
Signed-off-by: Yuanjing Xue <[email protected]>
@yuanjingx87 yuanjingx87 force-pushed the user/yuanjingx/multi_node_support_via_slurm branch 2 times, most recently from 7129746 to dd0f8c4 Compare June 18, 2025 10:10
@tensorrt-cicd
Copy link
Collaborator

PR_Github #9364 [ run ] completed with state FAILURE
/LLM/main/L0_MergeRequest_PR pipeline #6871 completed with status: 'ABORTED'

@yuanjingx87
Copy link
Collaborator Author

/bot run

@tensorrt-cicd
Copy link
Collaborator

PR_Github #9370 [ run ] triggered by Bot

Signed-off-by: Yuanjing Xue <[email protected]>
@yuanjingx87 yuanjingx87 force-pushed the user/yuanjingx/multi_node_support_via_slurm branch from dd0f8c4 to a75dcb8 Compare June 18, 2025 10:38
@chzblych chzblych changed the title [feat] Multi node support via Slurm [feat] Multi-node CI testing support via Slurm Jun 18, 2025
@chzblych
Copy link
Collaborator

/bot skip --comment "Single-GPU tests all passes and multi-GPU testing is verified"

@chzblych chzblych enabled auto-merge (squash) June 18, 2025 16:20
@tensorrt-cicd
Copy link
Collaborator

PR_Github #9407 [ skip ] triggered by Bot

@tensorrt-cicd
Copy link
Collaborator

PR_Github #9370 [ run ] completed with state ABORTED

@chzblych chzblych disabled auto-merge June 18, 2025 17:10
@chzblych chzblych merged commit a1c5704 into NVIDIA:main Jun 18, 2025
2 of 3 checks passed
@tensorrt-cicd
Copy link
Collaborator

PR_Github #9407 [ skip ] completed with state SUCCESS
Skipping testing for commit 7d5d7c2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release Blocker PRs that blocking the final release build or branching out the release branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants