Remove the runtime allowlist restriction - #32
Merged
Conversation
Accept arbitrary non-empty runtime identifiers in the public Sandbox API and backend contracts. Remove SDK-owned runtime and resource compatibility checks so YuanRong and sandboxd remain the source of truth. Update the benchmark, tests, and documentation to cover backend-owned validation while preserving the runsc default and basic input checks. Signed-off-by: Tianyu Zhou <albert.zty@antgroup.com>
Wrap the gateway endpoint assertion to satisfy Ruff's configured line-length limit. This restores a clean full SDK lint run. Signed-off-by: Tianyu Zhou <albert.zty@antgroup.com>
Run the SDK lint and type checks in the regular pull request and main workflow so failures are caught before release tags are created. Make sdk-check stop immediately when Ruff or mypy fails instead of allowing a later successful command to hide the earlier failure. Signed-off-by: Tianyu Zhou <albert.zty@antgroup.com>
Remove proxy cleanup commands from CI and release workflows because they are an agent-side execution concern, not part of project commands. Keeping them out of versioned workflows avoids encoding local environment handling in CI. Signed-off-by: Tianyu Zhou <albert.zty@antgroup.com>
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.
Summary
xpu/storage_mbruntimerestrictions, delegating capability validation to the backend.
Validation