-
Notifications
You must be signed in to change notification settings - Fork 110
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 Integration Tests to use kind + Prow #1263
Comments
Pipeline's already moved, and I know @dibyom has been working on this for Triggers, but I don't know the status there. |
/priority important |
@chitrangpatel: The label(s) In 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. |
/priority importantsoon |
@chitrangpatel: The label(s) In 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. |
/priority important-soon |
Dashboard is already done since ~August/September edit: #1191 |
/area roadmap |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
/lifecycle frozen |
Migrate integration tests to used a kind cluster.
We should stop using GKE clusters directly for tests unless really required for some reason.
- uses kind for smoke e2e tests against different k8s versions
- not sure if there are any non-kind e2e tests @wlynch @priyawadhwa
- I think results started using kind from the beginning @wlynch
- I'm not sure if there is any e2e tests that creates a cluster. @vdemeester @chmouel ?
- Prepare setup for moving e2e to kind cli#2259
We might want to create repo specific issues where required.
The text was updated successfully, but these errors were encountered: