Improve vendor verification works for each staging repo#114952
Improve vendor verification works for each staging repo#114952k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
/sig architecture |
|
LGTM label has been added. DetailsGit tree hash: d1d363ba7311bf8105ec2d55013d98469d22542d |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, liggitt, nikhita The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
it will... that's why I put it in verify-vendor instead of update-vendor practically, that presubmit is among our shorter jobs, so I'm not that concerned about it |
|
/triage accepted |
|
... e2e unit tests (?) failed in https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/114952/pull-kubernetes-unit/1612836634175213568 ... opened #114954 to improve message clipping in that case |
|
/retest |
|
opened picks to release branches to verify this there as well |
…952-upstream-release-1.24 Automated cherry pick of #114952: Improve vendor verification works for each staging repo
…952-upstream-release-1.23 Automated cherry pick of #114952: Improve vendor verification works for each staging repo
…952-upstream-release-1.26 Automated cherry pick of #114952: Improve vendor verification works for each staging repo
…952-upstream-release-1.25 Automated cherry pick of #114952: Improve vendor verification works for each staging repo
What type of PR is this?
/kind bug
What this PR does / why we need it:
Adds a check to presubmit to ensure we don't merge vendor updates that break tidy when run in isolation on a staging repo with a clean go cache. This has bitten us in post-merge with ambiguous module versions / imports before.
This passes on master, and fails like the following on a PR that made staging references ambiguous:
cc @dims @nikhita