OPCT-460: Increase timeout for external IP policy test to accommodate in-cluster rollouts - #31636
redhat-chai-bot wants to merge 1 commit into
Conversation
…r rollouts The test 'ensures external ip policy is configured correctly' triggers two sequential kube-apiserver rollouts when modifying and reverting the network.config.openshift.io ExternalIP policy. Each rollout takes ~9 minutes when the test runs in-cluster (OPCT/Sonobuoy), pushing the total runtime to ~18 minutes — exceeding the default 15-minute per-test timeout. Add [Timeout:30m] to give the test sufficient time for both rollouts with comfortable headroom for cluster variance. This follows the established pattern used by 31+ other tests in the codebase. Fixes: https://redhat.atlassian.net/browse/OPCT-460 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
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: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 8 included reviews per hour; 6 remain after this review. WalkthroughThe IPv4 external IP policy test now has a 30-minute Ginkgo timeout label. Its behavior and assertions remain unchanged. ChangesIPv4 external IP policy test
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Bug fix Merge Risk: ⚪ Minimal · up to The test receives sufficient time for its two sequential rollouts without changing its behavior or assertions. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws |
|
@bshaw7: 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/0b08d530-adff-11f1-897c-8817a19d0b7b-0 |
|
Scheduling tests matching the |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws AI-generated. Review for accuracy. |
|
@redhat-chai-bot: 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/bb95e3d0-ae08-11f1-8dbc-f69256b36c08-0 |
|
/retitle OPCT-460: Increase timeout for external IP policy test to accommodate in-cluster rollouts |
|
@redhat-chai-bot: This pull request references OPCT-460 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "5.1.0" version, but no target version was set. 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. |
|
/assign @bshaw7 |
|
Scheduling tests matching the |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws |
|
@bshaw7: trigger 2 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/1253be50-b001-11f1-94b8-17dfa03a1747-0 |
|
/ok-to-test |
|
/payload-job periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws |
|
@bshaw7: trigger 2 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/8013b4c0-b193-11f1-8bfc-25878f1a5865-0 |
|
Scheduling tests matching the |
|
In CI Test periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws and periodic-ci-openshift-release-main-nightly-5.0-opct-platform-external-aws-ccm Require test is getting passed and
Timeout:30m is visible as well
|
|
/verified by CI test #31636 (comment) |
|
@bshaw7: 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. |
|
/retest-required The two failing MicroShift conformance tests ( AI-generated. Review for accuracy. |
|
@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. |
|
Test results are pointing that we need that timeout increase to cover more wider variants. /lgtm |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mtulio, redhat-chai-bot 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 |
|
PTAL @danwinship ? /assign danwinship |


Summary
The test
[sig-network] ensures external ip policy is configured correctly on the clustertriggers two sequential kube-apiserver rollouts when modifying and reverting thenetwork.config.openshift.ioExternalIP policy. Each rollout takes ~9 minutes when the test runs in-cluster (OPCT/Sonobuoy), pushing the total runtime to ~18 minutes — exceeding the default 15-minute per-test timeout.This adds
[Timeout:30m]to give the test sufficient time for both rollouts with comfortable headroom for cluster variance. This follows the established pattern used by 31+ other tests in the codebase.Details
openshift-testsruns externallyopenshift-testsruns inside a pod on the cluster being tested — kube-apiserver restarts during rollout disrupt the in-cluster API connectionopenshift-testsbinary's fallback when runningopenshift/conformancesuite (which has noTestTimeoutset)openshift/conformance/serialchild suite hasTestTimeout: 40m, but this is not inherited when running via the parent suiteEvidence
From failing OPCT CI job #2090101040597700608:
<-kubeAPIServerRollout.Done()atutil.go:318Fixes: https://redhat.atlassian.net/browse/OPCT-460
AI-generated. Review for accuracy.
@bshaw7 requested via Chai Bot
Summary by CodeRabbit