Presubmits: enable make test-ci and make e2e-ci by default#648
Presubmits: enable make test-ci and make e2e-ci by default#648jetstack-bot merged 1 commit intocert-manager:masterfrom
Conversation
Signed-off-by: Maël Valais <mael@vls.dev>
SgtCoDFish
left a comment
There was a problem hiding this comment.
/lgtm
I'd maybe have defaulted to these being optional, but we can always change again if that turns out to be the way to go. Looks good as-is, thanks!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maelvls, SgtCoDFish The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@maelvls: Updated the
DetailsIn 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/test-infra repository. |
This PR follows up the PR cert-manager/cert-manager#4914 that just got merged. As mentioned in the TODO,
This PR does exactly that.
Note that every open PR on cert-manager/cert-manager
will have to get rebased in order to pass the two new testspull-cert-manager-make-testandpull-cert-manager-make-e2e-v1-23. I will leave a message on each of the 33 open PR.@munnerz made me aware of the fact that Prow runs the jobs on the merge commit, which means there is no need to rebase. But each PR (may?) have to get the required test manually triggered with the following:
If that's the case, I will trigger these tests on each individual PR.