OCPBUGS-89351: Fix flake in best-effort QoS test due to debug pods#31312
OCPBUGS-89351: Fix flake in best-effort QoS test due to debug pods#31312mdbooth wants to merge 1 commit into
Conversation
test/extended/node defines 2 helper functions which create debug pods with "oc debug" in the "openshift-machine-config-operator" namespace. These helper functions have numerous callers. By design, the debug pods have best-effort QoS. The "[sig-arch] Managed cluster should ensure control plane pods do not run in best-effort QoS" test looks for pods in openshift namespaces, including openshift-machine-config-operator. It fails if any have best-effort QoS. This test fails if it coincides with some other test which is using the node helper functions.
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@mdbooth: This pull request references Jira Issue OCPBUGS-89351, which is invalid:
Comment 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. |
|
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 (2)
Walkthrough
ChangesDebug Namespace Export and QoS Pod Exclusion
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/jira refresh |
|
@mdbooth: This pull request references Jira Issue OCPBUGS-89351, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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 NOT APPROVED This pull-request has been approved by: mdbooth 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 |
|
/cc @yuqi-zhang as you originally reported https://redhat.atlassian.net/browse/OCPBUGS-42691 |
|
@mdbooth: This pull request references Jira Issue OCPBUGS-89351, which is valid. 3 validation(s) were run on this bug
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: |
|
@mdbooth: The following test 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. |
test/extended/node defines 2 helper functions which create debug pods with "oc debug" in the "openshift-machine-config-operator" namespace. These helper functions have numerous callers. By design, the debug pods have best-effort QoS.
The "[sig-arch] Managed cluster should ensure control plane pods do not run in best-effort QoS" test looks for pods in openshift namespaces, including openshift-machine-config-operator. It fails if any have best-effort QoS. This test fails if it coincides with some other test which is using the node helper functions.
Summary by CodeRabbit