-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vendoring is broken? #166
Comments
I looked back at the pull jobs for the last merged PR: |
cc @pohly |
Michelle Au <notifications@github.com> writes:
Checked out a fresh master branch and ran "make test":
### test-vendor:
Repo uses 'dep' for vendoring.
# vendor is out of sync:
github.com/googleapis/gnostic: hash of vendored tree not equal to digest in Gopkg.lock
make: *** [release-tools/build.make:132: test-vendor] Error 1
Can you reproduce that reliably?
I saw it once after "git checkout origin/master", but once I tried to
bisect where exactly it failed, it started working also for latest
master (= ea63959 in my case).
|
I submitted an enhancement for the vendor check with dep under Prow here: kubernetes-csi/csi-release-tools#27 |
The PR from the previous comment was merged, is this issue fixed now? |
test-vendor is running properly in prow now: So maybe this is just some problem with my local environment. |
@msau42: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Checked out a fresh master branch and ran "make test":
The text was updated successfully, but these errors were encountered: