-
Notifications
You must be signed in to change notification settings - Fork 10.1k
[release-3.4] Update make verify for prow job #19911
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
[release-3.4] Update make verify for prow job #19911
Conversation
I'll just remove the fmt Github Actions yaml file in this PR (it will fail since I remove |
/retest |
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.
Thanks for the pull request, @joshjms. Please take a look at my suggestion :)
Makefile
Outdated
@@ -555,7 +555,59 @@ gofail-disable: install-gofail | |||
PASSES="toggle_failpoints" ./test | |||
|
|||
.PHONY: verify | |||
verify: verify-go-versions | |||
verify: verify-go-versions verify-gofmt verify-bom verify-revive verify-dep verify-shellcheck verify-goword verify-govet verify-revive verify-license-header verify-receiver-name verify-mod-tidy verify-markdown-you verify-markdown-marker |
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.
Looks like verify-revive
is duplicated. Could you please remove it?
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.
Definitely, must have missed that. Thanks for pointing that out
368fe3b
to
3c842b3
Compare
By the way that GA workflow is expected to fail - I'll just remove it |
/test etcd-pull-verify |
@ivanvc: The specified target(s) for
Use 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-sigs/prow repository. |
/test pull-etcd-verify |
Ohh got it, will do |
Adds verify-fmt, verify-bom, and verify-dep Signed-off-by: joshjms <joshjms1607@gmail.com> test: Add mod_tidy_pass Signed-off-by: joshjms <joshjms1607@gmail.com> Revert "test: Add mod_tidy_pass" This reverts commit 5977f0d.
6be7850
to
7e355f7
Compare
7e355f7
to
773ff02
Compare
Done! PTAL @ivanvc |
Joshua, sorry for the back-and-forth. With the new changes and to still backport #14481, aren't we missing the deletion of |
Manual backport of https://github.com/etcd-io/etcd/pull/14481/commits Co-authored-by: Marek Siarkowicz <siarkowicz@google.com> Signed-off-by: joshjms <joshjms1607@gmail.com>
Signed-off-by: joshjms <joshjms1607@gmail.com>
773ff02
to
a6c1c23
Compare
Sorry, done now |
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.
Link to kubernetes/test-infra#32754 |
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 - Great work team 👍🏻
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ivanvc, jmhbnz, joshjms The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@joshjms, can you now backport (or implement) mod tidy in a follow-up pr? Thanks. |
Yup I will do that |
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.
Add relevant checks to
make verify
for thepull-etcd-verify
prow job.Output using
pj-on-kind
(expand for issues)Current Issues
Ref: kubernetes/test-infra#34768
/cc @ivanvc