OCPBUGS-59500: pathologicalevents: fix HPA FailedGetResourceMetric allowlist#31213
Conversation
The PodAutoscalerFailedToGetCPUUtilization matcher never matched real events because it treated horizontalpodautoscaler as the namespace key. Match openshift-ingress and e2e HPA conformance namespaces, and require FailedGetResourceMetric so Gateway API istiod HPAs stop failing the pathological events monitor during upgrade. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: ehila <ehila@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@eggfoobar: This pull request references Jira Issue OCPBUGS-59500, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (nhamza@redhat.com), skipping review request. The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
/payload-aggregate periodic-ci-openshift-release-main-ci-5.0-e2e-aws-upgrade-ovn-single-node 10 |
|
@eggfoobar: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/f8efe1d0-58c8-11f1-9d5f-0cfdeb042717-0 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates a pathological event matcher used in monitoring tests. The ChangesCPU Utilization Event Matcher
🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@eggfoobar: This pull request references Jira Issue OCPBUGS-59500, which is valid. 3 validation(s) were run on this bug
No GitHub users were found matching the public email listed for the QA contact in Jira (nhamza@redhat.com), skipping review 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Scheduling required tests: |
|
/verified by CI None of the 3 agg jobs that failed, failed because of this pathological event, and they show that the event still gets triggered but correctly gets accounted for by this snippet instead of not triggering. |
|
@eggfoobar: 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: eggfoobar, xueqzhan 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 |
|
@eggfoobar: Jira Issue Verification Checks: Jira Issue OCPBUGS-59500 Jira Issue OCPBUGS-59500 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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. |
The PodAutoscalerFailedToGetCPUUtilization matcher never matched real events because it treated horizontalpodautoscaler as the namespace key. Match openshift-ingress and e2e HPA conformance namespaces, and require FailedGetResourceMetric so Gateway API istiod HPAs stop failing the pathological events monitor during upgrade.
Summary by CodeRabbit