USHIFT-790: always take image version from content when rebasing#1353
Conversation
Instead of parsing the image name to find the version and date, use the image data we have already extracted.
|
@dhellmann: No Jira issue with key SHIFT-790 exists in the tracker at https://issues.redhat.com/. DetailsIn 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. |
|
@dhellmann: This pull request references USHIFT-790 which is a valid jira issue. DetailsIn 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. |
|
I was able to manually run the script far enough to get it to create the branch with the right name and apply several changes to it. It eventually failed trying to rebase the lvms stuff because I didn't have a local cluster running so the |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, pmtk 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 |
|
@dhellmann: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
Instead of parsing the image name to find the version and date, use
the image data we have already extracted.