-
Notifications
You must be signed in to change notification settings - Fork 111
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
Introduce a reusable Kind pipeline / task for testing #886
Comments
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Work in that direction: #927 |
/lifecycle frozen This is being worked on |
/lifecycle frozen |
@afrittoli @vdemeester can this be closed now that we have the Kind catalog Task? |
/assign @abayer |
Feature request
Over in the Tekton Results project, @wlynch has introduced Kind as part of e2e testing. The task definition is here and the runner script is here.
It could be really useful to apply Kind to our testing more broadly. For example, we could create kind clusters for checking behaviour with feature-flags on / off without incurring the overhead of spinning up completely fresh GKE clusters for each configuration.
This issue is for tracking work towards that goal: introduce a Task or Pipeline that is reusable across projects and can be used to boot up a Kind cluster and run tests.
The text was updated successfully, but these errors were encountered: