test(e2e): extend Azl3 and ACL GPU e2e scenarios to cover NCA10#8716
Open
miz060 wants to merge 1 commit into
Open
test(e2e): extend Azl3 and ACL GPU e2e scenarios to cover NCA10#8716miz060 wants to merge 1 commit into
miz060 wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Extends the GPU e2e coverage in the e2e Go module to include the NCA10 (A10) VM SKU across Azure Linux V3 and ACL scenarios, improving validation for newly supported GPU offerings.
Changes:
- Expand
Test_ACL_GPUA10to run the scenario for bothStandard_NV6ads_A10_v5andStandard_NC16ads_A10_v4. - Expand
Test_AzureLinuxV3_GPUA10to run the scenario for both A10 SKUs and include the VM size in the scenario description.
81e4604 to
230c55b
Compare
Contributor
There was a problem hiding this comment.
⚠️ Not ready to approve
The AzureLinuxV3 A10 scenario now disables the auto-generated scriptless coverage (SkipScriptlessNBC: true) without explanation, which reduces E2E coverage and should be justified or adjusted.
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
…s_A10_v5 Add AB E2E for Azl3 and ACL with NCA10 GPU Signed-off-by: Mitch Zhu <mitchzhu@microsoft.com>
230c55b to
0ceb017
Compare
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.
What this PR does / why we need it:
Extend Azl3 and ACL GPU e2e scenarios to cover NCA10 since it's now supported by both OSSKU
AB E2E run: https://msazure.visualstudio.com/CloudNativeCompute/_build/results?buildId=168178190&view=results
(updated A10 GPU test passed)
Which issue(s) this PR fixes:
Fixes #