Skip to content

feat(BRE2-1008): architecture / arm support - #134

Merged
patelspratik merged 17 commits into
mainfrom
armsupport
Jul 30, 2026
Merged

feat(BRE2-1008): architecture / arm support#134
patelspratik merged 17 commits into
mainfrom
armsupport

Conversation

@patelspratik

@patelspratik patelspratik commented Jul 28, 2026

Copy link
Copy Markdown
Contributor
  • Add Nebius architecture support
  • Add arm64 testkube

@patelspratik
patelspratik force-pushed the armsupport branch 2 times, most recently from 3a0d97f to 2dcd9b7 Compare July 29, 2026 16:35
@patelspratik patelspratik changed the title Armsupport feat(BRE2-1008): architecture / arm support Jul 29, 2026
@patelspratik
patelspratik marked this pull request as ready for review July 29, 2026 18:05
@patelspratik
patelspratik requested a review from a team as a code owner July 29, 2026 18:05
@patelspratik

Copy link
Copy Markdown
Contributor Author

quota failure on nebius

Comment thread v1/providers/nebius/instancetype.go Outdated
Comment on lines +583 to +585
if strings.Contains(platformLower, "b300") {
return "B300", "B300"
}

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.

Do we have a bug here where we would capture gb300s here?

@patelspratik patelspratik Jul 30, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes, this is what lead to me finding that there were gb300s to begin with :D. Will fix. Also adding gb200s.

if strings.Contains(platformLower, "b200") {
return "compute.instance.gpu.b200"
}

@drewmalin drewmalin Jul 29, 2026

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.

We will need the new types here as well so that we can query for quota, e.g.:

	if strings.Contains(platformLower, "gb300") {
		return "compute.instance.gpu.gb300"
	}
	if strings.Contains(platformLower, "b300") {
		return "compute.instance.gpu.b300"
	}
	if strings.Contains(platformLower, "rtx6000") {
		return "compute.instance.gpu.rtx6000"
	}

I think this will make the test pass as we look like we're bailing after not finding quota

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I'm going to add gb200s as well, as that is also missing

@patelspratik
patelspratik merged commit 566a599 into main Jul 30, 2026
6 of 7 checks passed
@patelspratik
patelspratik deleted the armsupport branch July 30, 2026 17:31
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