[WIP] Validate agent-sandbox v0.5 rc1 adaptation#5
Open
ranxi2001 wants to merge 2 commits into
Open
Conversation
Signed-off-by: ranxi2001 <ranxi169@163.com>
Signed-off-by: ranxi2001 <ranxi169@163.com>
5867183 to
c2633c5
Compare
c0122da to
3abdb94
Compare
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 CI validation for the experimental
agent-sandbox v0.5.0rc1/v1beta1adaptation.This PR intentionally targets the fork base branch
release-agent-sandbox-v05-baseso CI only validates the v0.5 rc1 delta on top of the latest volcano-sh#387-compatible baseline. It is not an upstream review request.Main changes in the delta:
v1alpha1tov1beta1.spec.replicas=1withspec.operatingMode=Running.templateRefusage with requiredwarmPoolRef.Which issue(s) this PR fixes:
Refs local Day18 validation notes only.
Special notes for your reviewer:
release-agent-sandbox-v05-baseatc2633c5, matching the latest fix: adapt code interpreter warm pool to agent-sandbox v0.4.6 volcano-sh/agentcube#387 head.test/agent-sandbox-v05-forwardat3abdb94.5867183onto current fix: adapt code interpreter warm pool to agent-sandbox v0.4.6 volcano-sh/agentcube#387 headc2633c5usingrebase --onto; the PR diff remains the two v0.5-specific commits only.go test ./pkg/workloadmanager ./cmd/workload-manager ./cmd/agentd -count=1make lintgo list ./... | grep -v '^github.com/volcano-sh/agentcube/test/e2e$' | xargs go test -count=1go test ./test/e2e -run '^$' -count=1make gen-checkmake build-allgit diff --checkgit diff --exit-codestoredVersions=["v1alpha1"].Does this PR introduce a user-facing change?: