-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Custom Task controller for testing #5120
Comments
planning to reuse https://github.com/tektoncd/experimental/tree/main/wait-task for this |
/assign XinruZhang |
Thanks for writing the issue Lee! I may need some extra clarifications:
Do you mean we define some boolean fields in the
Will codes under |
Hi @lbernick what do we need for the |
This was just a suggestion of what we could write the controller to do-- I was just brainstorming simple behaviors that are easy to understand for testing. It really depends on what tests we want to add and what controller behavior would be most helpful for those tests. It seems to me like the wait task has given us what we need? So I'm going to close this as completed in #5332. |
In order to write better integration/e2e tests for custom Tasks, it would be useful to have a controller that watches for Runs of some kind we just use for testing, and install this controller when running e2e tests. This controller could do any of:
This controller shouldn't be packaged with Tekton releases.
The text was updated successfully, but these errors were encountered: