-
Notifications
You must be signed in to change notification settings - Fork 253
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
Move from pipeline builders to structs #1145
Comments
Should we break this down into sub tasks by command and keep a check list? |
Let's keep a checklist
|
I am wondering if the proper approach for this issue would be to eventually only support one version of the Tekton API ( |
/reopen |
@vdemeester: Reopened this issue. 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. |
Let's keep a checklist
|
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. |
/remove-lifecycle rotten |
|
Right now, in CLI unit tests and probably e2e test also, pipeline builders are getting used to create test data. Pipeline builders have been marked deprecated and now with the merge of PR tektoncd/pipeline#3124 they will get removed.
As it happens and we bump the pipeline dependency in CLI to that pipeline version, it may break all our tests. Possible solutions to go forward is
Creating this issue so that we can keep track and do the needful.
The text was updated successfully, but these errors were encountered: