-
Notifications
You must be signed in to change notification settings - Fork 552
Add instructions for setting up envtest #2504
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
Conversation
Hi @fgiloux. Thanks for your PR. I'm waiting for a operator-framework member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
Signed-off-by: Frederic Giloux <[email protected]>
Also changed the instruction for go version. Recommending looking at go.mod instead of using v1.9 |
/ok-to-test |
So the (see operator-lifecycle-manager/Makefile Line 50 in 40b8b71
|
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fgiloux, njhale 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 |
/lgtm |
@njhale it seems that there are more things than what I expected. If I understand it properly now:
In regards to 2. I am not sure exactly of the options you need to keep so that I would rather let it to you. Let me know how you want to proceed. |
Just a quick note: our current workflow setup of skipping markdown-only PRs doesn't work well with required branch protection checks so despite the requisite labels being present, tide can't merge this due to those defined protection rules. I took a stab at fixing this in #2500. |
(just recycling the checks as we should've merged the update to the workflows to they don't block tide from merging markdown-only PRs) |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
Signed-off-by: Frederic Giloux [email protected]
Description of the change:
Added instructions for installing envtest, mainly a link to controller-runtime documentation.
Motivation for the change:
The first instruction
$ make test
fails when envtest is not available.Reviewer Checklist
/doc