test: validate PR 387 rebase on Go 1.26.4#4
Open
ranxi2001 wants to merge 2 commits into
Open
Conversation
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 bug
What this PR does / why we need it:
Fork-only validation for the PR volcano-sh#387 rebase path after upstream PR volcano-sh#391 merged. This compares the rebased agent-sandbox v0.4.6 adaptation plus review-feedback fixes against a fork branch that mirrors upstream/main at the Go 1.26.4 baseline.
Which issue(s) this PR fixes:
Refs volcano-sh#387
Special notes for your reviewer:
go test ./pkg/workloadmanager -count=1,make lint,go test -race ./pkg/workloadmanager -count=1,go test -race -v -coverprofile=coverage.out -coverpkg=./pkg/... ./pkg/..., non-e2e Go tests,make gen-check,go test ./test/e2e -run '^$' -count=1,make build-all,git diff --check,git diff --exit-code.Does this PR introduce a user-facing change?: