test: add metadata for multi sku performance tests - #18904
bhagyapathak wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The pinned azldev schema rejects the new sku-groups and sku-group configuration keys.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Adds multi-SKU performance test metadata for marketplace images.
Changes:
- Defines a reusable Azure VM SKU group.
- Adds five multi-SKU LISA performance tests and associates them with the marketplace image.
File summaries
| File | Description |
|---|---|
| base/images/images.toml | Associates multi-SKU tests with the marketplace image. |
| base/images/images.tests.toml | Defines SKU metadata and performance test groups. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Balanced
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| # required-capabilities : capability tokens the image must declare | ||
| # | ||
| # ============================================================================ | ||
| [sku-groups.multi-sku-default] |
| { name = "static-image-checks" }, | ||
| { group = "vm-base-functional" }, | ||
| { group = "vm-base-performance" }, | ||
| { group = "multi-sku-tests", sku-group = "multi-sku-default" }, |
e76aee0 to
3cb898c
Compare
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The new SKU-group configuration is unsupported by the pinned strict azldev schema and will fail config validation.
Get a fresh assessment by requesting another Copilot review.
Review effort: Balanced
Findings: 3
| { group = "multi-sku-tests", sku-group = "multi-sku-amd64" }, | ||
| { group = "multi-sku-tests", sku-group = "multi-sku-arm64" }, |
3cb898c to
ffc003c
Compare
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
The new sku-groups and sku-group fields are unsupported by the pinned azldev schema and will fail strict configuration validation.
Get a fresh assessment by requesting another Copilot review.
Review effort: Balanced
Findings: 3
Open (4)
ffc003c to
86a74c5
Compare


No description provided.