-
Notifications
You must be signed in to change notification settings - Fork 22
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
Enable e2e test #10
Enable e2e test #10
Conversation
fe13361
to
bcce9d8
Compare
1189636
to
1664c61
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.
A minor nit comment.
9c8cf72
to
6cc8883
Compare
15268f4
to
46b5d9a
Compare
/assign @RainbowMango |
Congratulation! You made 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.
@qiujian16
Generally LGTM only some questions.
- name: verify | ||
run: hack/verify-all.sh -v | ||
env: | ||
GOPATH: '/home/runner/work/work-api/work-api/go' |
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.
Just a question, why do we require GOPATH
? IMO, it can be run anywhere as we enabled Go module.
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.
It seems *-gen requires GOPATH, otherwise it cannot found the correct path to generate code...
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.
That's weird. It works for me with Go module.
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 think the gopath is exported here https://github.com/karmada-io/karmada/blob/master/hack/update-codegen.sh#L13?
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.
Not quite sure :(
But that's not big deal. Let's move forward.
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qiujian16, RainbowMango 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 |
No description provided.