ci: qualify immediate two-GPU execution on E1 PRs - #6442
Draft
richardoo-707 wants to merge 3 commits into
Draft
richardoo-707 wants to merge 3 commits into
richardoo-707 wants to merge 3 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This draft qualifies immediate PR-triggered execution on the gpu-h20-5 self-hosted runner. Opening or updating the internal E1 branch PR selects two idle GPUs, runs a pinned-container NCCL/DDP smoke test, and records the tested merge SHA, selected devices, and numerical result in Actions.
The job fetches the official GitHub source archive at the immutable PR merge commit and extracts only its four E1 scripts into a fresh temporary directory. This accommodates the node's unreachable github.com Git endpoint while codeload.github.com remains reachable. The archive SHA256 is recorded; downloads and test execution have explicit time limits.
The initial trigger is restricted to this branch and author. It uses manual resource authorization, does not contact the reservation website, fails when two idle devices are unavailable, and cleans up its own test container. This is infrastructure qualification, not ColossalAI version-compatibility coverage.
Validation:
Keep this qualification PR unmerged pending review of its Actions results and resource-use policy.