-
Notifications
You must be signed in to change notification settings - Fork 423
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 away from pipeline test builders #735
Comments
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
We still need to do this at some point! |
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. |
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <[email protected]>
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <[email protected]>
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <[email protected]>
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <[email protected]>
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref tektoncd#1067, tektoncd#735 Signed-off-by: Dibyo Mukherjee <[email protected]>
This is helpful as we migrate to the v1beta1 types since we won't have to maintain separate test builders for v1beta1 types. Ref #1067, #735 Signed-off-by: Dibyo Mukherjee <[email protected]>
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
It looks like the rest of tektoncd#735 was handled elsewhere, but `test/eventlistener_test.go` still had lurking usages of `test/builder` stuff. With this change, it does not and `test/builder` is removed completely. Signed-off-by: Andrew Bayer <[email protected]>
It looks like the rest of #735 was handled elsewhere, but `test/eventlistener_test.go` still had lurking usages of `test/builder` stuff. With this change, it does not and `test/builder` is removed completely. Signed-off-by: Andrew Bayer <[email protected]>
/close this was fixed in #1252 |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/close |
@dibyom: Closing 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. |
Expected Behavior
Either use plain structs in our test code or use builders in triggers/test/
Actual Behavior
We are using some builders from pipeline
Additional Info
/kind cleanup
The text was updated successfully, but these errors were encountered: