[WIP] test: archive agent-sandbox v0.3.10 adaptation#7
Open
ranxi2001 wants to merge 3 commits into
Open
Conversation
Signed-off-by: ranxi2001 <ranxi169@163.com>
Signed-off-by: ranxi2001 <ranxi169@163.com>
Signed-off-by: ranxi2001 <ranxi169@163.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.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Fork-only archival validation for the staged agent-sandbox compatibility study.
This PR adapts the current AgentCube baseline from
sigs.k8s.io/agent-sandbox v0.1.1tov0.3.10. Unlike v0.2.1, v0.3.10 requires runtime-aware warm-pool adaptation:sandboxv1alpha1.SandboxPodNameAnnotationSandboxClaim.Status.SandboxStatus.Nameand route through the adopted SandboxSandboxClaimfor delete/GCSandboxTemplate.Spec.NetworkPolicyManagementtoUnmanagedgo.modThis is not an upstream review request. It exists to preserve the v0.3.10 checkpoint and trigger fork CI.
Which issue(s) this PR fixes:
Refs volcano-sh#386
Special notes for your reviewer:
agent-sandbox v0.3.10compatibility checkpoint.142c56e, including build, coverage, e2e-test, golangci-lint, Codegen Check, Python Lint, codespell, and python-sdk-tests.go test ./pkg/workloadmanager -count=1make lintgo test ./cmd/workload-manager ./cmd/agentd -count=1go list ./... | grep -v '^github.com/volcano-sh/agentcube/test/e2e$' | xargs go test -count=1go test ./test/e2e -run '^$' -count=1make build-allmake gen-checkgit diff --checkgit diff --exit-codeDoes this PR introduce a user-facing change?: