[release-4.20] NO-JIRA: rhaos-pkgs-match-openshift: exclude known package mismatches#1920
[release-4.20] NO-JIRA: rhaos-pkgs-match-openshift: exclude known package mismatches#1920marmijo wants to merge 2 commits intoopenshift:release-4.20from
Conversation
|
@marmijo: 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marmijo 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 |
95d046e to
bef29b8
Compare
Introduce `RHAOS_PACKAGE_EXCEPTIONS` and build a regex from it to filter out packages that are known to not match the target version of openshift. Use a list-based structure so additional packages can be excluded in the future by appending to the exception array. Exclude the toolbox rhaos package, which is known to not match the target version of openshift. Also remove the rhaos-pkgs-match-openshift test from the denylist. See: openshift#1847 This backports openshift@ef8a3bb and part of openshift@3f11128
The build-node-image job only tests tags with the openshift tag and any tests still in this repo should be running so let's add the openshift tag to them.
bef29b8 to
29092e3
Compare
|
@marmijo: 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. |
Introduce
RHAOS_PACKAGE_EXCEPTIONSand build a regex from it to filter out packages that are known to not match the target version of openshift. Use a list-based structure so additional packages can be excluded in the future by appending to the exception array.Exclude the toolbox and conmon rhaos packages, which are not expected to match.
Also remove the
rhaos-pkgs-match-openshifttest from the denylist.See: #1847
This backports: