-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Add Make rules and bash for Go tests #23837
Conversation
Skipping CI for Draft Pull Request. |
/uncc @fejta @mpherman2 |
/test all |
bb7fa52
to
5c3c3e5
Compare
/test pull-test-infra-test-beta |
5c3c3e5
to
31c55bb
Compare
/test pull-test-infra-test-beta |
530849f
to
7a2cfe5
Compare
/test pull-test-infra-test-beta |
7a2cfe5
to
198a5e0
Compare
/test pull-test-infra-test-beta |
1 similar comment
/test pull-test-infra-test-beta |
51eadb3
to
84ead58
Compare
/test pull-test-infra-test-beta |
84ead58
to
e51bd00
Compare
/test pull-test-infra-test-beta |
e51bd00
to
0a65c79
Compare
/test pull-test-infra-test-beta |
1 similar comment
/test pull-test-infra-test-beta |
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.
I am FWIW seeing the same thing as bazel, though I can't quite figure why, it looks like you're doing the right thing
$ make test
hack/make-rules/go-test/all.sh
+ mkdir -p /Users/spiffxp/w/kubernetes/test-infra/_output
+ /Users/spiffxp/w/kubernetes/test-infra/_bin/gotestsum --junitfile=/Users/spiffxp/w/kubernetes/test-infra/_output/junit-unit.xml -- ./...
hack/tools.go:22:2: import "github.com/client9/misspell/cmd/misspell" is a program, not an importable package
hack/tools.go:24:2: import "k8s.io/code-generator/cmd/client-gen" is a program, not an importable package
hack/tools.go:25:2: import "k8s.io/code-generator/cmd/deepcopy-gen" is a program, not an importable package
hack/tools.go:26:2: import "k8s.io/code-generator/cmd/informer-gen" is a program, not an importable package
hack/tools.go:27:2: import "k8s.io/code-generator/cmd/lister-gen" is a program, not an importable package
hack/tools.go:28:2: import "sigs.k8s.io/controller-tools/cmd/controller-gen" is a program, not an importable package
27417d9
to
c97cee5
Compare
/test pull-test-infra-test-beta |
/test pull-test-infra-test-beta |
I think the issue is |
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.
/approve
/lgtm
/hold
Wasn't sure if you were looking for signoff from anyone else. Remove hold when ready to merge
Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
b842665
to
4113848
Compare
/test pull-test-infra-test-beta |
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.
/label tide/merge-method-squash
thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, chaodaiG, spiffxp 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 |
/unhold |
Fixes: #23828