-
Notifications
You must be signed in to change notification settings - Fork 32
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
Migrate to use Makefile modules #116
Conversation
40b318b
to
98e802f
Compare
/ok-to-test e2e tests should pass before we merge, naturally! |
The problem is that the e2e tests on master are used. |
I don't think we need to remove |
/ok-to-test |
Signed-off-by: Tim Ramlot <[email protected]>
Signed-off-by: Tim Ramlot <[email protected]>
97a9791
to
7f8bc44
Compare
It looks like it is very hard to get the e2e test to work in GH actions unless we change the action from "pull_request_target" to "pull_request". This makes it more difficult to test outside contributions, but I think the best solution is to move the repo to cert-manager org and move to prow for testing. |
Signed-off-by: Tim Ramlot <[email protected]>
7f8bc44
to
275fc67
Compare
closing in favor of #120 (which is merging from a branch instead of a fork). |
see cert-manager/makefile-modules#3
Should prevent issues like #113 in the future.
Also, this will allow us to release Helm charts much easier.