OCPBUGS-90507: Remove invalid TC6 test - directory deletion breaks kubelet on 5.0#31318
OCPBUGS-90507: Remove invalid TC6 test - directory deletion breaks kubelet on 5.0#31318BhargaviGudi wants to merge 1 commit into
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
Skipping CI for Draft Pull Request. |
|
@BhargaviGudi: This pull request references Jira Issue OCPBUGS-90507, 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 (1)
WalkthroughThe CNV kubelet LimitedSwap drop-in test suite in ChangesCNV LimitedSwap test case renumbering
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: BhargaviGudi 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 |
|
/jira refresh |
|
@BhargaviGudi: This pull request references Jira Issue OCPBUGS-90507, 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. |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-disruptive-longrunning |
|
@BhargaviGudi: 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/01f016b0-6bcf-11f1-9a52-cb1165f84022-0 |
Problem
TC6 test fails 100% of the time with 15-minute timeout, blocking daily CI runs.
Root Cause
TC6 deletes
/etc/openshift/kubelet.conf.d/directory to test auto-recreation.On 5.0, this directory now contains:
20-auto-sizing.conf(required for kubelet)99-kubelet-limited-swap.conf(CNV swap config)When TC6 deletes the entire directory:
20-auto-sizing.conf(required for kubelet startup)oc debug nodetimes out after 15 minutesSolution
Remove TC6 - it's now an invalid test case on 5.0 due to shared directory usage.
Renumbered TC7-TC14 to TC6-TC13 after removal.
Testing
make updatepassedmake buildpassedmake verifypassedSummary by CodeRabbit