-
Notifications
You must be signed in to change notification settings - Fork 89
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
Revendor gardener/[email protected] #183
Revendor gardener/[email protected] #183
Conversation
Hi, I have tried to revendor g/[email protected]. However, when i locally run
However, when I run the same without the cc: @kon-angelo |
See gobuffalo/packr#261. For me it works fine using
|
That is exactly the issue I had with my local setup too. |
@ialidzhikov - I got a hint that it was an issue with my underlying setup. I tried upgrading my golang but didn't help. However, this issue explains it. Thanks for the hint. Saved my time 👍 @kon-angelo - Yes, I remember you vaguely mentioning this in the meeting and hence tagged you. Thank you as well 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Because our PRs are similar you could wait for a third opinion too :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add "SKIP_FETCH_TOOLS=1" to make test?
34470e3
to
d8d5113
Compare
@@ -127,7 +127,7 @@ format: | |||
|
|||
.PHONY: test | |||
test: | |||
@$(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/test.sh ./cmd/... ./pkg/... | |||
@SKIP_FETCH_TOOLS=1 $(REPO_ROOT)/vendor/github.com/gardener/gardener/hack/test.sh ./cmd/... ./pkg/... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add it also to test-cov
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Here - 082dd68#diff-b67911656ef5d18c4ae36cb6741b7965R134
Object: expectedImages, | ||
} | ||
ctx := context.TODO() | ||
c.EXPECT().Get(ctx, gomock.Any(), gomock.AssignableToTypeOf(&extensionsv1alpha1.Worker{})). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c.EXPECT().Get(ctx, gomock.Any(), gomock.AssignableToTypeOf(&extensionsv1alpha1.Worker{})). | |
c.EXPECT().Get(ctx, gomock.Any(), gomock.AssignableToTypeOf(&extensionsv1alpha1.Worker{})).Return(nil) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You meant this right? - 082dd68#diff-e61377d85357d3c316ed34aa40a57057R560
448ed9b
to
4d2805f
Compare
4d2805f
to
082dd68
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
How to categorize this PR?
/area delivery
/kind enhancement
/priority normal
/platform gcp
What this PR does / why we need it:
Revendors the latest gardener/gardener vendors.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Code changes are inspired by gardener/gardener-extension-provider-openstack#155. Credits: @kon-angelo
Release note: