-
Notifications
You must be signed in to change notification settings - Fork 427
Bug 1806780: release: Mirroring from custom directory via oc adm release mirror fails #446
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
Bug 1806780: release: Mirroring from custom directory via oc adm release mirror fails #446
Conversation
The command fails when specifying a non-default from directory because the from directory was not passed to either extract or mirror. Add that transformation. Also include the Parallel options as good practice even if they are not heavily used in these flows. Backporting e1567dd (openshift#424) and resolving a context conflict because 4.4 does not include 2725cfa (release: Support `-o commit` on `oc adm release extract --git`, 2020-03-26, openshift#358).
|
@wking: This pull request references Bugzilla bug 1806780, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
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. |
soltysh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: soltysh, wking 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 |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@wking: All pull requests linked via external trackers have merged: openshift/oc#446, openshift/oc#327. Bugzilla bug 1806780 has been moved to the MODIFIED state. 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. |
|
/cherrypick release-4.3 |
|
@wking: #446 failed to apply on top of branch "release-4.3": 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'll try again after #456 lands... Or manually build on top, or something... |
The command fails when specifying a non-default from directory because the from directory was not passed to either extract or mirror. Add that transformation. Also include the Parallel options as good practice even if they are not heavily used in these flows. Backporting 4882c8f (openshift#446) and resolving a context conflict because 4.3 does not include 3ddaf4d (cherry-pick 331c1a1, 2020-04-17, openshift#426).
|
Manually backported to 4.3 with #458. |
The command fails when specifying a non-default from directory because the from directory was not passed to either extract or mirror. Add that transformation. Also include the Parallel options as good practice even if they are not heavily used in these flows. Backporting 4882c8f (openshift#446) and resolving a context conflict because 4.3 does not include 3ddaf4d (cherry-pick 331c1a1, 2020-04-17, openshift#426).
The command fails when specifying a non-default from directory because the from directory was not passed to either extract or mirror. Add that transformation.
Also include the Parallel options as good practice even if they are not heavily used in these flows.
Backporting e1567dd (#424) and resolving a context conflict because 4.4 does not include 2725cfa (#358).