Skip to content

fix: add Launchpad DMZ GH200 experience - #142

Open
aditsharma55 wants to merge 1 commit into
mainfrom
BREV-11343/add-lp-dmz-gh200-sxm
Open

fix: add Launchpad DMZ GH200 experience#142
aditsharma55 wants to merge 1 commit into
mainfrom
BREV-11343/add-lp-dmz-gh200-sxm

Conversation

@aditsharma55

Copy link
Copy Markdown
Contributor

Fixes InsufficientCapacity failures when launching dmz.gh200x1.sxm on Launchpad. GH200 instances were failing even when GH200 capacity was available, because Brev requested the default amd64 Brev experience for arm64 GH200 hardware. Launchpad matches capacity against the experience's system_arch, found no amd64 GH200 nodes, and returned InsufficientCapacity despite ready arm64 GH200 capacity.

This change routes DMZ GH200 SXM instance types to the dedicated arm64 GH200 Launchpad experience.

@aditsharma55
aditsharma55 requested a review from a team as a code owner August 8, 2026 01:06
@aditsharma55 aditsharma55 self-assigned this Aug 8, 2026
Comment on lines +104 to +106
if matchesGH200Experience(instanceTypeInfo) {
return brevGH200ExperienceID
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we make this a check on the architecture rather than specifically looking for GH200? https://nvidia.slack.com/archives/C09MTC4G6HM/p1786020196075569?thread_ts=1785980252.831759&cid=C09MTC4G6HM seems to suggest this is for arm64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants