Skip to content

Conversation

@huali9
Copy link
Contributor

@huali9 huali9 commented Dec 8, 2025

It was observed in openshift/cluster-api-provider-aws#582 job ci/prow/e2e-aws-capi-techpreview failed timeout "Process did not finish before 2h0m0s timeout", so add timeout

Summary by CodeRabbit

  • Chores
    • Adjusted end-to-end testing timeout configuration.

✏️ Tip: You can customize this high-level summary in your review settings.

@openshift-ci-robot
Copy link

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Dec 8, 2025
@openshift-ci-robot
Copy link

@huali9: This pull request explicitly references no jira issue.

Details

In response to this:

It was observed in openshift/cluster-api-provider-aws#582 job ci/prow/e2e-aws-capi-techpreview failed timeout "Process did not finish before 2h0m0s timeout", so add timeout

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.

@coderabbitai
Copy link

coderabbitai bot commented Dec 8, 2025

Walkthrough

The Makefile's e2e target timeout argument was increased from 120 minutes to 240 minutes. This extends the maximum duration allowed for end-to-end tests to complete before timing out.

Changes

Cohort / File(s) Summary
Build Configuration
Makefile
Increased e2e target timeout from 120m to 240m

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

This change is a single parameter adjustment in a configuration file with no functional logic modifications or side effects.

Poem

🐰 A timeout doubled, more time to test,
One hundred twenty minutes rest,
Now two hundred forty's best,
E2E tests pass their quest,
A rabbit's blessing to this blessed request! ✨

Pre-merge checks and finishing touches

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'NO-JIRA: addtime' is partially related to the changeset - it refers to the branch name and general intent, but does not clearly convey the main change (increasing e2e timeout from 120m to 240m). Revise the title to be more descriptive of the actual change, such as 'Increase e2e test timeout from 120m to 240m' to clearly communicate the modification.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between a52cfc1 and f673184.

📒 Files selected for processing (1)
  • Makefile (1 hunks)
🔇 Additional comments (1)
Makefile (1)

58-60: Verify that 240m is sufficient and consider investigating the root cause of the timeout.

The timeout increase from 120m to 240m addresses the observed timeout but doubles the CI/CD pipeline duration. While this fixes the immediate issue, consider:

  1. Validation: Confirm that 240m is consistently sufficient for e2e tests to complete. Check test run histories or execution telemetry.

  2. Root cause: Investigate why e2e tests exceed 2 hours rather than only increasing the threshold. This could indicate test growth, performance regressions, or environmental constraints.

  3. Pipeline impact: Doubling the timeout extends CI/CD cycle times. Evaluate whether tests can be parallelized, split into smaller chunks, or optimized to reduce execution time.

Before merging, validate the timeout against actual test execution data and document the rationale in the Makefile or commit message.


Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 8, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign nrb for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 8, 2025

@huali9: all tests passed!

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@huali9
Copy link
Contributor Author

huali9 commented Dec 10, 2025

/close

Christian found the root cause and fixed, so this is not needed.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Dec 10, 2025

@huali9: Closed this PR.

Details

In response to this:

/close

Christian found the root cause and fixed, so this is not needed.

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.

@openshift-ci openshift-ci bot closed this Dec 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants