Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s dependency set (notably github.com/Azure/unbounded) to a newer version that includes AMD GPU-related support, and adjusts the E2E runner/infra defaults to use a newer Azure VM SKU.
Changes:
- Bump
github.com/Azure/unboundedtov0.1.19and refresh related Go module dependencies (Azure SDK, k8s, controller-runtime, etc.). - Update the default VM size for the self-hosted E2E runner to
Standard_B2as_v2. - Update the default flex-node VM size in the E2E Bicep template to
Standard_B2as_v2, and align.env.exampleaccordingly.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/setup/setup-runner.sh | Changes default self-hosted runner VM size to Standard_B2as_v2. |
| hack/e2e/infra/main.bicep | Changes default flex-node VM size used by E2E infra deployments to Standard_B2as_v2. |
| go.mod | Bumps unbounded and updates multiple dependency versions (Azure SDK, k8s, controller-runtime, and indirects). |
| go.sum | Updates module checksums for the dependency refresh. |
| .env.example | Updates documented/example runner VM size to Standard_B2as_v2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| @description('Flex node VM size.') | ||
| param vmSize string = 'Standard_B2ms' | ||
| param vmSize string = 'Standard_B2as_v2' |
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/containerd/log v0.1.0 // indirect | ||
| github.com/containerd/platforms v0.2.1 // indirect | ||
| github.com/containerd/platforms v1.0.0-rc.4 // indirect |
wenxuan0923
approved these changes
Jun 26, 2026
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.
bump unbounded to newer version with AMD gpu support; also updated the e2e test to use newer version of SKU