[release-4.8] test: add test to check rhaos package versions#637
Conversation
Add test to verify that rhaos package versions match the OpenShift version.
|
@mike-nguyen: 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. |
nss-altfiles has rhaos4.5 instead of rhaos4.8 |
In 4.9+ we are using Seems like we should be able to use the |
|
It looks like that version of |
In openshift#637, it was observed that `nss-altfiles` could come from the RHAOS repos, which is unnecessary since the same version exists in the RHEL8 AppStream repos. The package has since been untagged from the RHAOS repo, but to ensure that we always get the package from AppStream we'll pin to the specific version. (The version hasn't changed since Apr 2019)
|
/retest |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: miabbott, mike-nguyen 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 |
Add test to verify that rhaos package versions match the OpenShift
version.
This is a cherry-pick of #635