NOISSUE: save last image references so it is easy to reproduce the rebase#1197
Conversation
Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
|
When I ran this version of |
|
/approve |
|
This is nice, looks like this could be useful when we add job verifying if rebase script was not broken |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dhellmann, mangelajo, 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. |
This change adds a step to the
rebase.sh tocommand to record theimage references used in the rebase. They are saved in the form of
a script that can be used to run the same rebase command again,
which makes it easy to test changes to the rebase script.
/assign @pmtk @fzdarsky