Skip to content
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

[WIP] Kubetest2 tester for the e2e-framework #218

Closed
wants to merge 1 commit into from
Closed

[WIP] Kubetest2 tester for the e2e-framework #218

wants to merge 1 commit into from

Conversation

vladimirvivien
Copy link

This PR implements a tester for the that is designed to run tests that are written using the Kubernetes-SIGs/e2e-framework.

Example:

kubetest2 kind -v 2 \
  --up \
  --down \
  --test=e2e-framework \
  --skip-assessment='network'

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 31, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: vladimirvivien
Once this PR has been reviewed and has the lgtm label, please assign mushuee for approval by writing /assign @mushuee in a comment. For more information see:The Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from MushuEE August 31, 2022 02:18
@vladimirvivien vladimirvivien changed the title Kubetest2 tester for the e2e-framework [WIP] Kubetest2 tester for the e2e-framework Aug 31, 2022
@k8s-ci-robot k8s-ci-robot added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. labels Aug 31, 2022
@k8s-ci-robot
Copy link
Contributor

@vladimirvivien: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubetest2-verify d17532d link true /test pull-kubetest2-verify

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@spiffxp
Copy link
Member

spiffxp commented Sep 2, 2022

/close
This looks really cool! Unfortunately we're not accepting new testers into this repo at this time. See #219

I would recommend making this as a subdir in the e2e-framework repo. Similar to how kops has kubetest2-tester-kops in https://git.k8s.io/kops/tests/e2e/kubetest2-tester-kops

@k8s-ci-robot
Copy link
Contributor

@spiffxp: Closed this PR.

In response to this:

/close
This looks really cool! Unfortunately we're not accepting new testers into this repo at this time. See #219

I would recommend making this as a subdir in the e2e-framework repo. Similar to how kops has kubetest2-tester-kops in https://git.k8s.io/kops/tests/e2e/kubetest2-tester-kops

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.

@vladimirvivien
Copy link
Author

@spiffxp That make sense. Thanks for the pointer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants