added multi-backend support#302
Conversation
|
Hi @pxp928. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
a1af567 to
644d2fe
Compare
|
/ok-to-test |
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
priyawadhwa
left a comment
There was a problem hiding this comment.
Just a few nits! Would you mind adding an integration test to check for mulitple backends as well?
You could copy TestOCIStorage but also include tekton as a backend and verify both!
Line 322 in a7e0557
Added new integration test with |
|
The following is the coverage report on the affected files.
|
|
The following is the coverage report on the affected files.
|
priyawadhwa
left a comment
There was a problem hiding this comment.
this looks great! thanks @pxp928 for adding this awesome new feature 🎉
|
|
||
| for _, signableType := range enabledSignableTypes { | ||
|
|
||
| if !signableType.Enabled(cfg) { |
There was a problem hiding this comment.
cc @rgreinho just an fyi since you've been working on this code!
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: priyawadhwa The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
Changes made to allow for multiple backend to be selected. If none are selected, that artifact is disabled. Work in progress. Tests need to be altered or rewritten based on how the solution is implemented. Continuation of PR #297
Issue #279 and #288