Adding tester for kube-burner#337
Conversation
Signed-off-by: Vishnu Challa <vchalla@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vishnuchalla The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Welcome @vishnuchalla! |
|
Hi @vishnuchalla. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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-sigs/prow repository. |
|
@serathius: GitHub didn't allow me to request PR reviews from the following users: wojtek-t. Note that only kubernetes-sigs members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
|
Why does this tester need to be added and maintained here? Could it be maintained by those who use it in some other repo instead of the owners of this repo (SIG Testing)? |
Just trying to keep it consistent with kubetest2 caller from kops similar to what we have for clusterloader2. But open to other suggestions too. |
Exactly - that cluster tester is not maintained in the kubetest2 repo. |
echoing Patrick comment, is there any reason if this is going to be used only with kops it can not be maintained there? are plans to use it outside of kops? if that is the case, who is going to maintain it? |
|
hey, thank you for this change. I recommend you use the exec tester and close this PR for a couple of reasons:
Here is a good example: https://github.com/kubernetes/kops/blob/master/tests/e2e/scenarios/metrics-server/run-test.sh |
Description
Adding kube-burner tester for the purpose of CI. As per the plan here
Testing
Will be testing this in integration with kubernetes/kops#18371