[release-4.19] NO-JIRA: rhaos-pkgs-match-openshift: exclude known package mismatches#1921
Conversation
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.
|
@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. |
|
@sdodson Do you think you ll be able to add these labels below for this PR to move forward? /label backport-risk-assessed |
|
@aaradhak: The label(s) 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-sigs/prow repository. |
|
@aaradhak: The label(s) 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-sigs/prow repository. |
|
Dusty and myself at least can do it as well. |
|
/label backport-risk-assessed |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: marmijo, Rolv-Apneseth, travier 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 |
|
/verified by CI |
|
@travier: This PR has been marked as verified by 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. |
|
@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. |
48a00b3
into
openshift:release-4.19
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: