rosa-aws-hcp-conformance: skip two flaky Netpol tests (CORENET-1882) - #83479
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
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: Pro Plus Run ID: 📒 Files selected for processing (1)
WalkthroughThe ROSA AWS HCP conformance workflow adds two NetworkPolicy test patterns to ChangesROSA HCP conformance workflow
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only updates the ROSA HCP conformance workflow to skip two known-flaky NetworkPolicy tests; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@redhat-chai-bot: 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. |
|
/lgtm |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000, redhat-chai-bot 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 |
Summary
Skip two NetworkPolicy (Netpol) conformance tests in the ROSA HCP workflow that have been failing persistently due to a known upstream timing issue tracked in CORENET-1882.
Details
The job
periodic-ci-openshift-release-main-nightly-4.20-e2e-rosa-hcp-ovnhas a 14.3% pass rate over the last 14 days (2 of 14 runs passed), with 10 consecutive failures since Aug 6. Both blocking failures are NetworkPolicy tests timing out at the 930s ceiling:[sig-network] Netpol NetworkPolicy between server and client should deny ingress access to updated pod[sig-network] Netpol NetworkPolicy between server and client should stop enforcing policies after they are deletedThese tests fail because they check pod connectivity immediately after a policy is created, before the network plugin has fully enforced it — a known race condition documented in CORENET-1882.
A similar Netpol test (
should allow ingress access from updated pod) is already skipped in this workflow. This PR adds the two remaining failing tests to the same skip list.Suspected regression trigger
The failure streak correlates with several networking PRs landing in the 4.20 nightly around Aug 4-5:
Tracking
AI-generated. Review for accuracy.
@dustman9000 requested in Slack thread
Summary by CodeRabbit
The ROSA HCP conformance workflow now skips two persistently failing NetworkPolicy tests. This prevents known upstream timing failures tracked in CORENET-1882 from reducing workflow reliability.