Bug 1946839: Revert: Split work of oc image mirror#780
Bug 1946839: Revert: Split work of oc image mirror#780openshift-merge-robot merged 2 commits intoopenshift:masterfrom
Conversation
|
@sallyom: This pull request references Bugzilla bug 1874106, which is invalid:
Comment 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. |
|
@sallyom: No Bugzilla bug is referenced in the title of this pull request. 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. |
|
/test e2e-agnostic-cmd |
|
/retest |
1 similar comment
|
/retest |
|
/test e2e-agnostic-cmd |
1 similar comment
|
/test e2e-agnostic-cmd |
|
/retest |
'oc adm catalog mirror' often fails with server error '414 Request-URI Too Large' This is because mirroring the catalog pushes a lot of content in parallel. To avoid this, set the mirroring flag --skip-multiple-scopes to true.
4d20ed9 to
511ab52
Compare
|
/retest |
6 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
/retest |
|
@sallyom: This pull request references Bugzilla bug 1946839, which is invalid:
Comment 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. |
|
/bugzilla refresh |
|
@soltysh: This pull request references Bugzilla bug 1946839, 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. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sallyom, smarterclayton 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. |
8 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@sallyom: All pull requests linked via external trackers have merged: Bugzilla bug 1946839 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. |
Reverting this change, as
--skip-multiple-scopesis the workaround for the issue outlined in the bug. With this workaround, we can take time to investigate a fix that is more targeted to specific situations.