-
Notifications
You must be signed in to change notification settings - Fork 1.8k
infra: fix SBSA test stage #6113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
infra: fix SBSA test stage #6113
Conversation
Signed-off-by: ZhanruiSunCh <[email protected]>
WalkthroughThe Jenkins pipeline script was updated to add a new else branch in the "Test" stage to handle jobs that do not exclusively match single-GPU or multi-GPU patterns. This branch runs single-GPU tests in parallel first, then multi-GPU tests sequentially in a separate stage, complementing existing exclusive job handling. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
/bot run |
PR_Github #12137 [ run ] triggered by Bot |
Signed-off-by: ZhanruiSunCh <[email protected]>
/bot run |
/bot run |
PR_Github #12140 [ run ] triggered by Bot |
PR_Github #12137 [ run ] completed with state |
/bot skip --comment "SBSA Test stage is start running as normal. Only infra change" |
PR_Github #12150 [ skip ] triggered by Bot |
PR_Github #12140 [ run ] completed with state |
PR_Github #12150 [ skip ] completed with state |
Signed-off-by: ZhanruiSunCh <[email protected]>
Walkthrough
The Jenkins pipeline script was updated to add a new else branch in the "Test" stage to handle jobs that do not exclusively match single-GPU or multi-GPU patterns. This branch runs single-GPU tests in parallel first, then multi-GPU tests sequentially in a separate stage, complementing existing exclusive job handling.
Changes