release-controller/_repos: point the 8.5 mirror and 8.5 URLs#28503
release-controller/_repos: point the 8.5 mirror and 8.5 URLs#28503openshift-merge-robot merged 1 commit intoopenshift:masterfrom
Conversation
CI jobs run against `openshift/os` rely on the repo mirror to build RHCOS for test. Currently, we are building/testing using RHEL 8.5 content. The repo defintion here, which has `rhel85` in the name, used URLs that point to the latest available RHEL 8 release, which is now 8.6. Change these URLs to point to RHEL 8.5 content, appropriately.
|
/assign @bradmwilliams |
|
@miabbott: 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. |
|
LGTM |
|
I think what we clearly need though are reliably versioned repositories that don't change semantics when a rhel minor goes out. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bradmwilliams, miabbott 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 |
|
@miabbott: Updated the following 7 configmaps:
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. |
@cgwalters In the past we have got bit by using the |
CI jobs run against
openshift/osrely on the repo mirror to buildRHCOS for test.
Currently, we are building/testing using RHEL 8.5 content. The repo
defintion here, which has
rhel85in the name, used URLs that pointto the latest available RHEL 8 release, which is now 8.6.
Change these URLs to point to RHEL 8.5 content, appropriately.