Skip to content

Conversation

@pedjak
Copy link
Contributor

@pedjak pedjak commented Jan 14, 2026

Description

Adds optional .spec.progressDeadlineMinutes field to ClusterExtension
and ClusterExtensionRevision that defines
the maximum time an extension version can take to roll out before being marked as failed.

When configured, if a ClusterExtensionRevision fails to roll out within
the specified duration, the Progressing condition is set to False with reason
ProgressDeadlineExceeded. This signals that manual intervention is required
and stops automatic retry attempts.

Added unit and e2e test asserting the added behavior.

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 14, 2026
@openshift-ci
Copy link

openshift-ci bot commented Jan 14, 2026

[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 joelanford 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

@netlify
Copy link

netlify bot commented Jan 14, 2026

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit 5ed4b38
🔍 Latest deploy log https://app.netlify.com/projects/olmv1/deploys/69692442c8fac3000851b41b
😎 Deploy Preview https://deploy-preview-2447--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@pedjak pedjak changed the title wip implement .spec.progressDeadlineMinutes ✨ wip implement .spec.progressDeadlineMinutes Jan 14, 2026
@pedjak pedjak force-pushed the progress-deadline-impl branch 2 times, most recently from 4dbbdd5 to 98f42da Compare January 14, 2026 17:14
@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

❌ Patch coverage is 14.28571% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 69.26%. Comparing base (dc20dfb) to head (5ed4b38).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...controllers/clusterextensionrevision_controller.go 0.00% 23 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2447      +/-   ##
==========================================
- Coverage   69.48%   69.26%   -0.23%     
==========================================
  Files         101      101              
  Lines        7701     7727      +26     
==========================================
+ Hits         5351     5352       +1     
- Misses       1914     1937      +23     
- Partials      436      438       +2     
Flag Coverage Δ
e2e 46.14% <0.00%> (-0.33%) ⬇️
experimental-e2e 13.51% <0.00%> (-0.06%) ⬇️
unit 56.93% <14.28%> (-0.16%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Adds optional `.spec.progressDeadlineMinutes` field to `ClusterExtension`
and `ClusterExtensionRevision` that defines
the maximum time an extension version can take to roll out before being marked as failed.

When configured, if a `ClusterExtensionRevision` fails to roll out within
the specified duration, the `Progressing` condition is set to `False` with reason
`ProgressDeadlineExceeded`. This signals that manual intervention is required
and stops automatic retry attempts.

Added unit and e2e test asserting the added behavior.
@pedjak pedjak force-pushed the progress-deadline-impl branch from 98f42da to 5ed4b38 Compare January 15, 2026 17:30
@pedjak pedjak changed the title ✨ wip implement .spec.progressDeadlineMinutes ✨ Support ClusterExtension progress deadline detection Jan 15, 2026
@pedjak pedjak marked this pull request as ready for review January 15, 2026 17:32
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jan 15, 2026
@openshift-ci openshift-ci bot requested review from bentito and oceanc80 January 15, 2026 17:32
@pedjak pedjak requested review from dtfranz and perdasilva and removed request for bentito and oceanc80 January 15, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant