Backstage enhancements to fix issues caused by revision field type change in porch from string to int#81
Conversation
|
Hi @varun-chandramouli. Thanks for your PR. I'm waiting for a nephio-project 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. |
|
/ok-to-test |
|
/retest |
|
/retest |
|
node-gyp needs a fix. https://prow.nephio.io/log?container=test&id=2048813815100870656&job=presubmit-kbp-lint |
Hi . I didn't do any changes in this file . and in the log it says info This module is OPTIONAL, you can safely ignore this error . |
|
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: efiacor, varun-chandramouli 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 |



Porch was updated to use integers as revision . but the backstage code was expecting only string values for revision field. I have fixed it to accept both string and integers as values for the revision field. I tested it and it seems to be working fine. at least we are now able to see the deployed packages