[4.16] PPC: filter out namespaces dir#1466
[4.16] PPC: filter out namespaces dir#1466shajmakh wants to merge 2 commits intoopenshift:release-4.16from
Conversation
The consts are not used anywhere else so make them private. (cherry picked from commit 0deb9c6) Signed-off-by: Shereen Haj <shajmakh@redhat.com>
The previous code fails to run PPC when there is a namespace that has a suffix `nodes`. ensure filtering the namespace directory to allow PPC to work when such namespaces exist. Signed-off-by: Shereen Haj <shajmakh@redhat.com> (cherry picked from commit e934592)
|
/hold |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shajmakh The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@shajmakh: The following tests failed, say
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. |
The previous code fails to run PPC when there is a namespace that has a
suffix
nodes. ensure filtering the namespace directory to allow PPC towork when such namespaces exist.