test: Run MultiNetworkPolicy IPv6 test 20 times for failure reproduction#79385
test: Run MultiNetworkPolicy IPv6 test 20 times for failure reproduction#79385weliang1 wants to merge 1 commit into
Conversation
Test case: [sig-network][Feature:MultiNetworkPolicy][Serial][apigroup:operator.openshift.io] should enforce a network policies on secondary network IPv6 Added TEST_ARGS to e2e-aws-ovn-dedicated-serial-techpreview periodic job to: - Filter to only run the specific MultiNetworkPolicy IPv6 test - Execute the test 20 iterations using --count 20 flag This configuration enables reproduction of intermittent failures in the MultiNetworkPolicy IPv6 enforcement test on secondary networks. Job names affected: - periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-dedicated-serial-techpreview-1of2 - periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-dedicated-serial-techpreview-2of2 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
@weliang1: GitHub didn't allow me to request PR reviews from the following users: weliang1. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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 kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: weliang1 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 |
|
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 adds a ChangesCI Job Test Arguments Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
Suggested reviewers
🚥 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 |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-dedicated-serial-techpreview-1of2 |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@weliang1: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@weliang1: 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. |
|
@weliang1: job(s): periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-dedicated-serial-techpreview-1of2 either don't exist or were not found to be affected, and cannot be rehearsed |
Summary
This PR configures the
e2e-aws-ovn-dedicated-serial-techpreviewperiodic job to run a specific MultiNetworkPolicy IPv6 test 20 times to reproduce intermittent failures.Test Case
[sig-network][Feature:MultiNetworkPolicy][Serial][apigroup:operator.openshift.io] should enforce a network policies on secondary network IPv6Changes
TEST_ARGSenvironment variable to filter and repeat the test--runflag to select only the specific test--count 20flag to execute 20 iterationsJobs Affected
periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-dedicated-serial-techpreview-1of2periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-dedicated-serial-techpreview-2of2Testing
Use
/pj-rehearseto validate:Related
/cc @weliang1
This PR modifies the OpenShift 4.22 nightly CI test configuration to help diagnose intermittent failures in the MultiNetworkPolicy IPv6 enforcement test. Specifically, it updates the
e2e-aws-ovn-dedicated-serial-techpreviewperiodic job to run a single targeted test case 20 times repeatedly using the--count 20flag, rather than running the full test suite.What's changing in the CI infrastructure:
The job is configured with a new
TEST_ARGSenvironment variable that:[sig-network][Feature:MultiNetworkPolicy][Serial][apigroup:operator.openshift.io] should enforce a network policies on secondary network IPv6)Impact:
Since this periodic job runs on 2 shards (shard_count: 2), this configuration results in 40 total test iterations across both shards, providing sufficient repetitions to reproduce and diagnose failures that may be timing-dependent or occur sporadically.
This is a diagnostic configuration change aimed at improving test reliability for secondary network IPv6 policy enforcement in the TechPreview feature set.