mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 12:11:43 +00:00
Merge pull request #34489 from caesarxuchao/time-copy.sh
Automatic merge from submit-queue Verify and update client-go staging area for every PR We need to keep the staging area up-to-date to prevent PRs from breaking client-go. It's marked as "WIP" because we need to decide the [versioning strategy](https://github.com/kubernetes/client-go/issues/9) for client-go first. This PR contains breaking changes for client-go. This is blocking #29934 and potentially #34441 cc @kubernetes/sig-api-machinery
This commit is contained in:
@@ -25,6 +25,7 @@ source "${KUBE_ROOT}/cluster/lib/util.sh"
|
||||
EXCLUDED_CHECKS=(
|
||||
"verify-linkcheck.sh" # runs in separate Jenkins job once per day due to high network usage
|
||||
"verify-govet.sh" # it has a separate make vet target
|
||||
"verify-staging-client-go.sh" # TODO: enable the script after 1.5 code freeze
|
||||
)
|
||||
|
||||
function is-excluded {
|
||||
|
Reference in New Issue
Block a user