-
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
Refactor trusted resources test code #5820
Comments
/assign |
/kind cleanup |
This commit fixes tektoncd#5820. It refactors the trusted resouces testing functions into a testing pkg. This will avoid running unit test on these functions. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
This commit fixes tektoncd#5820. It refactors the trusted resouces testing functions into a testing pkg. This will avoid running unit test on these functions. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
/remove-lifecycle stale |
This commit is part of tektoncd#5820. It removes the GetUnsignedTask helper function and use a var in each test file instead to improve the readability for developers. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
This commit is part of tektoncd#5820. It removes the GetUnsignedPipeline helper function and use a var in each test file instead to improve the readability for developers. No functional change. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
This commit is part of tektoncd#5820. It removes the GetUnsignedPipeline helper function and use a var in each test file instead to improve the readability for developers. No functional change. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
This commit is part of tektoncd#5820. It removes the GetUnsignedTask helper function and use a var in each test file instead to improve the readability for developers. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
This commit is part of tektoncd#5820. It removes the GetUnsignedTask helper function and use a var in each test file instead to improve the readability for developers. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
This commit is part of tektoncd#5820. It removes the GetUnsignedPipeline helper function and use a var in each test file instead to improve the readability for developers. No functional change. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
This commit is part of #5820. It removes the GetUnsignedPipeline helper function and use a var in each test file instead to improve the readability for developers. No functional change. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
This commit is part of tektoncd#5820. It removes the GetUnsignedTask helper function and use a var in each test file instead to improve the readability for developers. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
This commit is part of tektoncd#5820. It removes the GetUnsignedTask helper function and use a var in each test file instead to improve the readability for developers. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
This commit is part of #5820. It removes the GetUnsignedTask helper function and use a var in each test file instead to improve the readability for developers. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: 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. |
Test helper functions in https://github.com/tektoncd/pipeline/blob/main/test/trustedresources.go should be refactored into files where they are called, this will improved the readability
The text was updated successfully, but these errors were encountered: