feat: onboard ubuntu2604 cvm - #9385
Open
Zachary (zachary-bailey) wants to merge 2 commits into
Open
Conversation
Zachary (zachary-bailey)
requested review from
Devinwong,
Sri Harsha (SriHarsha001),
Abigail Liang (abigailliang-aks-sig-node),
Abdul Asfari (aboodasfari),
Nishchay (awesomenix),
Ben Brady (benjamin-brady),
Calvin S. (calvin197),
Cameron Meissner (cameronmeissner),
Sylvain Boily (djsly),
fcher,
Ganeshkumar Ashokavardhanan (ganeshkumarashok),
janenotjung-hue,
Karen Chen (karenychen),
lilypan26,
Mark Ibrahim (mxj220),
Peter Damianov (pdamianov-dev),
Patrick W. Healy (phealy),
r2k1,
Runzhen (runzhen),
Shun Lyu (sinmentis),
sulixu,
Tim Wright (timmy-wright),
Thibault Cohen (titilambert) and
Xu Xue (xuexu6666)
as code owners
September 3, 2026 20:42
Copilot started reviewing on behalf of
Zachary (zachary-bailey)
September 3, 2026 20:43
View session
Contributor
Windows Unit Test Results 3 files 13 suites 54s ⏱️ Results for commit c2a5a26. ♻️ This comment has been updated with latest results. |
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The new CVM artifact needs an E2E provisioning scenario validating boot and node bootstrap.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds Ubuntu 26.04 CVM support across AgentBaker distro mapping, SIG resolution, tests, and release pipelines.
Changes:
- Registers the Ubuntu 26.04 CVM distro and SIG image.
- Adds unit coverage for classification and API mappings.
- Adds the CVM release build job.
File summaries
| File | Description |
|---|---|
pkg/agent/datamodel/types.go |
Registers the Ubuntu 26.04 CVM distro. |
pkg/agent/datamodel/types_test.go |
Tests Ubuntu 26.04 classification. |
pkg/agent/datamodel/sig_config.go |
Configures SIG mappings and capabilities. |
pkg/agent/datamodel/sig_config_test.go |
Validates the SIG configuration. |
pkg/agent/bakerapi_test.go |
Covers API distro resolution. |
.pipelines/.vsts-vhd-builder-release.yaml |
Adds the CVM release build job. |
Review details
- Files reviewed: 6/6 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| useOverrides: ${{ parameters.useOverrides }} | ||
| overrideBranch: ${{ parameters.overrideBranch }} | ||
| artifactName: 2604-minimal-arm64-gen2-containerd | ||
| - job: build2604cvmgen2containerd |
Copilot started reviewing on behalf of
Zachary (zachary-bailey)
September 3, 2026 21:33
View session
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:
This PR onboards CVM 2604 CVM
Which issue(s) this PR fixes:
Need support for Ubuntu 2604 CVM
Fixes #