NO-ISSUE: Enable rhocp repos if mirror is used#3556
NO-ISSUE: Enable rhocp repos if mirror is used#3556openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
Conversation
When $current_minor beta mirror is enabled we may also need the $previous_minor rhocp repo enabled. This is necessary for example for some scenarios.
|
@pacevedom: This pull request explicitly references no 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eslutsky, pacevedom 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 |
|
@pacevedom: 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-sigs/prow repository. I understand the commands that are listed here. |
Manually add this repo to the configure-vm.sh script. The get_latest_rhocp_repo has been returning 4.15 and inadvertently enabling that repo until 4.16 went GA and the repo was publicly available. Now that this is the case, the scenario preparation for upgrade tests fails, as there is no repo configured to pull those packages. This PR fixes that by adding not just 4.16 repo, but also 4.15. This is a manual cherry-pick of openshift#3556
When $current_minor beta mirror is enabled we may also need the $previous_minor rhocp repo enabled. This is necessary for example for some scenarios.
Which issue(s) this PR addresses:
Closes #