Skip to content

Conversation

@ZhanruiSunCh
Copy link
Owner

No description provided.

kevinch-nv and others added 10 commits February 26, 2025 12:19
Signed-off-by: Kaiyu Xie <[email protected]>

Update 4 files

- /scripts/code_owners.py
- /scripts/build_wheel_trt_dev_container.sh
- /scripts/build_wheel_trt_automation.sh
- /scripts/build_cpp_lib.sh
* Test

Signed-off-by: Kaiyu Xie <[email protected]>

* Test 2

Signed-off-by: Kaiyu Xie <[email protected]>

---------

Signed-off-by: Kaiyu Xie <[email protected]>
Co-authored-by: Yanchao Lu <[email protected]>
Signed-off-by: ZhanruiSunCh <[email protected]>
@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

@ZhanruiSunCh
Copy link
Owner Author

/LLM/main/L0_MergeRequest_PR pipeline #140 completed with status: 'FAILURE'

@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

1 similar comment
@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #74 was aborted

@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #90 Bot args parsing error!

@ZhanruiSunCh
Copy link
Owner Author

/LLM/main/L0_MergeRequest_PR pipeline #146 completed with status: 'FAILURE'

@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

@ZhanruiSunCh
Copy link
Owner Author

/LLM/main/L0_MergeRequest_PR pipeline #150 completed with status: 'SUCCESS'

@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

@ZhanruiSunCh
Copy link
Owner Author

/LLM/main/L0_MergeRequest_PR pipeline #154 completed with status: 'SUCCESS'

@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

@ZhanruiSunCh
Copy link
Owner Author

/bot reuse-pipeline

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #118 was aborted

@ZhanruiSunCh
Copy link
Owner Author

/bot reuse-pipeline

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #120 was aborted

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #624 [ run ] triggered by Bot

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #624 [ run ] completed with state FAILURE
/LLM/PipelineMonitor/L0_MergeRequest_PR pipeline #14 (Partly Tested) completed with status: 'FAILURE'

@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #625 [ run ] triggered by Bot

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #625 [ run ] completed with state SUCCESS
/LLM/PipelineMonitor/L0_MergeRequest_PR pipeline #1 (Partly Tested) completed with status: 'SUCCESS'

@ZhanruiSunCh ZhanruiSunCh changed the base branch from dev-main-new to main March 26, 2025 09:52
@ZhanruiSunCh
Copy link
Owner Author

/bot run --stage-list "A10-1"

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #627 [ run ] triggered by Bot

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #627 [ run ] completed with state FAILURE
/LLM/PipelineMonitor/L0_MergeRequest_PR pipeline #16 (Partly Tested) completed with status: 'FAILURE'

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #628 [ run ] triggered by Bot

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #628 [ run ] completed with state ABORTED

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #629 Bot args parsing error!

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #630 [ run ] triggered by Bot

@ZhanruiSunCh
Copy link
Owner Author

PR_Github #630 [ run ] completed with state FAILURE
/LLM/PipelineMonitor/L0_MergeRequest_PR pipeline #2 (Partly Tested) completed with status: 'ABORTED'

@ZhanruiSunCh ZhanruiSunCh force-pushed the main branch 2 times, most recently from db084b8 to 0ecb37c Compare March 26, 2025 12:51
@ZhanruiSunCh
Copy link
Owner Author

/bot help

@ZhanruiSunCh
Copy link
Owner Author

/bot help

@github-actions
Copy link

GitHub Bot Help

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

provides 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-e2e-0, xxx" --gpu-type "A30, H100_PCIe" --multi-gpu-test --post-merge --extra-stage "H100_PCIe-[Post-Merge]accuracy-0, xxx" --memory-profiling --disable-incremental-build --enable-publish-last-known-good ]

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

--skip-test (OPTIONAL) : Skip all test stages. Note: Does NOT update GitLab pipeline status.

--stage-list "A10-e2e-0, xxx" (OPTIONAL) : Only run the specified test stages. Examples: "A10-e2e-0, xxx". Note: Does NOT update GitLab pipeline 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 GitLab pipeline status.

--multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitLab pipeline status.

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

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

--memory-profiling (OPTIONAL) : Enable memory profiling in the test stages.

--disable-incremental-build (OPTIONAL) : Disable incremental build. Note: Only impacts Windows builds that would otherwise be incremental.

--enable-publish-last-known-good (OPTIONAL) : Enable LKG build image publishing. Note: Only impacts Windows builds that would otherwise not publish LKG.

kill

kill

Kill all running builds associated with merge request.

skip

skip --comment COMMENT

Skip testing for latest commit on merge request. This action is restricted to admins. Please contact a maintainer/owner for the project if you would like to use this option.

reuse-pipeline

reuse-pipeline

Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the merge request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

@ZhanruiSunCh
Copy link
Owner Author

/bot skss

@github-actions
Copy link

GitHub Bot Help

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

provides 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-e2e-0, xxx" --gpu-type "A30, H100_PCIe" --multi-gpu-test --post-merge --extra-stage "H100_PCIe-[Post-Merge]accuracy-0, xxx" --memory-profiling --disable-incremental-build --enable-publish-last-known-good ]

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

--skip-test (OPTIONAL) : Skip all test stages. Note: Does NOT update GitLab pipeline status.

--stage-list "A10-e2e-0, xxx" (OPTIONAL) : Only run the specified test stages. Examples: "A10-e2e-0, xxx". Note: Does NOT update GitLab pipeline 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 GitLab pipeline status.

--multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitLab pipeline status.

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

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

--memory-profiling (OPTIONAL) : Enable memory profiling in the test stages.

--disable-incremental-build (OPTIONAL) : Disable incremental build. Note: Only impacts Windows builds that would otherwise be incremental.

--enable-publish-last-known-good (OPTIONAL) : Enable LKG build image publishing. Note: Only impacts Windows builds that would otherwise not publish LKG.

kill

kill

Kill all running builds associated with merge request.

skip

skip --comment COMMENT

Skip testing for latest commit on merge request. This action is restricted to admins. Please contact a maintainer/owner for the project if you would like to use this option.

reuse-pipeline

reuse-pipeline

Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the merge request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

@ZhanruiSunCh
Copy link
Owner Author

/bot skip

@github-actions
Copy link

GitHub Bot Help

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

provides 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-e2e-0, xxx" --gpu-type "A30, H100_PCIe" --multi-gpu-test --post-merge --extra-stage "H100_PCIe-[Post-Merge]accuracy-0, xxx" --memory-profiling --disable-incremental-build --enable-publish-last-known-good ]

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

--skip-test (OPTIONAL) : Skip all test stages. Note: Does NOT update GitLab pipeline status.

--stage-list "A10-e2e-0, xxx" (OPTIONAL) : Only run the specified test stages. Examples: "A10-e2e-0, xxx". Note: Does NOT update GitLab pipeline 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 GitLab pipeline status.

--multi-gpu-test (OPTIONAL) : Only run the multi-GPU tests. Note: Does NOT update GitLab pipeline status.

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

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

--memory-profiling (OPTIONAL) : Enable memory profiling in the test stages.

--disable-incremental-build (OPTIONAL) : Disable incremental build. Note: Only impacts Windows builds that would otherwise be incremental.

--enable-publish-last-known-good (OPTIONAL) : Enable LKG build image publishing. Note: Only impacts Windows builds that would otherwise not publish LKG.

kill

kill

Kill all running builds associated with merge request.

skip

skip --comment COMMENT

Skip testing for latest commit on merge request. This action is restricted to admins. Please contact a maintainer/owner for the project if you would like to use this option.

reuse-pipeline

reuse-pipeline

Reuse a previous pipeline to validate current commit. This action will also kill all currently running builds associated with the merge request. IMPORTANT NOTE: This is dangerous since lack of user care and validation can cause top of tree to break.

@ZhanruiSunCh
Copy link
Owner Author

/bot skip --comment "test"

@ZhanruiSunCh ZhanruiSunCh force-pushed the main branch 2 times, most recently from 7d54906 to cb51e2a Compare April 7, 2025 07:16
@ZhanruiSunCh ZhanruiSunCh force-pushed the main branch 2 times, most recently from 2a189a4 to 7048db6 Compare April 11, 2025 06:07
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.

4 participants